#FA6005

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

Shades of Safety Orange #FA6005

Tints of Safety Orange #FA6005

Color information

#FA6005 (or 0xFA6005) is unknown color: approx Safety Orange. HEX triplet: FA, 60 and 05. RGB value is (250,96,5). Sum of RGB (Red+Green+Blue) = 250+96+5=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6005 is #059FFA. Grayscale: #848484. Windows color (decimal): -368635 or 352506. OLE color: 352506.

HSL color Cylindrical-coordinate representation of color #FA6005: hue angle of 22.29º 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 #FA6005 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB250965-
CMYK00.620.980.02
HSL22.29º96.08%50%-
HSV(B)22.29º98%98.04%-
XYZ43.6328.73.38-
YUV131.6756.52212.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 71.23%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=71.23%
G=27.35%
B=1.42%

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
Decimal25096500.620.980.0222.2996.0850
HexFA60503E622166032
Octal372140507614222614062
Binary1111101011000001010111110110001010101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6005; }

 p { color: rgb(250,96,5); }

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

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

 a { background-color: rgb(250,96,5); }

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

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

 span { border-color: rgb(250,96,5); }

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