#FC5E11

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

Shades of Safety Orange #FC5E11

Tints of Safety Orange #FC5E11

Color information

#FC5E11 (or 0xFC5E11) is unknown color: approx Safety Orange. HEX triplet: FC, 5E and 11. RGB value is (252,94,17). Sum of RGB (Red+Green+Blue) = 252+94+17=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5E11 is #03A1EE. Grayscale: #848484. Windows color (decimal): -238063 or 1138428. OLE color: 1138428.

HSL color Cylindrical-coordinate representation of color #FC5E11: hue angle of 19.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC5E11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB2529417-
CMYK00.630.930.01
HSL19.66º97.51%52.75%-
HSV(B)19.66º93.25%98.82%-
XYZ44.2528.743.75-
YUV132.4662.85213.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.42%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 17 (7.03% from 255) = 4.68%
R=69.42%
G=25.90%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252941700.630.930.0119.6697.5152.75
HexFC5E1103F5D1146235
Octal3741362107713512414265
Binary11111100101111010001011111110111011101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5E11; }

 p { color: rgb(252,94,17); }

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

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

 a { background-color: rgb(252,94,17); }

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

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

 span { border-color: rgb(252,94,17); }

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