#FA620B

Color #FA620B Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #FA620B

Tints of Safety Orange #FA620B

Color information

#FA620B (or 0xFA620B) is unknown color: approx Safety Orange. HEX triplet: FA, 62 and 0B. RGB value is (250,98,11). Sum of RGB (Red+Green+Blue) = 250+98+11=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA620B is #059DF4. Grayscale: #868686. Windows color (decimal): -368117 or 746234. OLE color: 746234.

HSL color Cylindrical-coordinate representation of color #FA620B: hue angle of 21.84º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA620B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB2509811-
CMYK00.610.960.02
HSL21.84º95.98%51.18%-
HSV(B)21.84º95.6%98.04%-
XYZ43.8529.083.62-
YUV133.5358.86211.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 69.64%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 11 (4.69% from 255) = 3.06%
R=69.64%
G=27.30%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250981100.610.960.0221.8495.9851.18
HexFA62B03D602166033
Octal3721421307514022614063
Binary11111010110001010110111101110000010101101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA620B; }

 p { color: rgb(250,98,11); }

 H1.HeaderClassName
 {
   color: #FA620B;
 }
 .AnyTagClassName
 {
   color: #FA620B;
 }
</style>
background-color css

<style>
 a { background-color: #FA620B; }

 a { background-color: rgb(250,98,11); }

 div.DivClassName
 {
   background-color: #FA620B;
 }
 .BgClassName
 {
   background-color: #FA620B;
 }
</style>
border-color css

<style>
 span { border-color: #FA620B; }

 span { border-color: rgb(250,98,11); }

 td.TdClassName
 {
   border-color: #FA620B;
 }
 .TagClassName
 {
   border-color: #FA620B;
 }
</style>