#FA6205

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

Shades of Safety Orange #FA6205

Tints of Safety Orange #FA6205

Color information

#FA6205 (or 0xFA6205) is unknown color: approx Safety Orange. HEX triplet: FA, 62 and 05. RGB value is (250,98,5). Sum of RGB (Red+Green+Blue) = 250+98+5=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6205 is #059DFA. Grayscale: #858585. Windows color (decimal): -368123 or 353018. OLE color: 353018.

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

Color convert

RGB250985-
CMYK00.610.980.02
HSL22.78º96.08%50%-
HSV(B)22.78º98%98.04%-
XYZ43.8229.073.45-
YUV132.8555.86211.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=70.82%
G=27.76%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25098500.610.980.0222.7896.0850
HexFA62503D622176032
Octal372142507514222714062
Binary1111101011000101010111101110001010101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6205; }

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

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

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

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

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

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

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

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