#FA5F06

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

Shades of Safety Orange #FA5F06

Tints of Safety Orange #FA5F06

Color information

#FA5F06 (or 0xFA5F06) is unknown color: approx Safety Orange. HEX triplet: FA, 5F and 06. RGB value is (250,95,6). Sum of RGB (Red+Green+Blue) = 250+95+6=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5F06 is #05A0F9. Grayscale: #838383. Windows color (decimal): -368890 or 417786. OLE color: 417786.

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

Color convert

RGB250956-
CMYK00.620.980.02
HSL21.89º96.06%50.2%-
HSV(B)21.89º97.6%98.04%-
XYZ43.5528.523.38-
YUV131.257.35212.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 71.23%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 6 (2.73% from 255) = 1.71%
R=71.23%
G=27.07%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25095600.620.980.0221.8996.0650.2
HexFA5F603E622166032
Octal372137607614222614062
Binary1111101010111111100111110110001010101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F06; }

 p { color: rgb(250,95,6); }

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

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

 a { background-color: rgb(250,95,6); }

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

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

 span { border-color: rgb(250,95,6); }

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