Html Css Color HEX #FC5F11 Safety Orange

📋 copy color: '#FC5F11'

red 252 ◦ green 95 ◦ blue 17

#FC5F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FC5F11

Tints of Safety Orange #FC5F11

RGB

 RED value IS 252 (98.83% from 255) = 69.23%

 GREEN value IS 95 (37.5% from 255) = 26.1%

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 69.23%
G = 26.1%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC5F11 (or 0xFC5F11) is known color: Safety Orange. HEX triplet: FC, 5F and 11. RGB value is (252,95,17). Sum of RGB (Red+Green+Blue) = 252+95+17=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5F11 is #03A0EE. Grayscale: #858585. Windows color (decimal): -237807 or 1138684. OLE color: 1138684.

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

Color convert

RGB 252 95 17 -
CMYK 0 0.62 0.93 0.01
HSL 19.91º 0.98% 0.53% -
HSV(B) 19.91º 0.93% 0.99% -
XYZ 44.34 28.92 3.78 -
YUV 133.05 62.51 212.84 -
System Red Green Blue C M Y K H S L
Decimal 252 95 17 0 0.62 0.93 0.01 19.91 0.98 0.53
Hex FC 5F 11 0 3E 5D 1 14 62 35
Octal 374 137 21 0 76 135 1 24 142 65
Binary 11111100 1011111 10001 0 111110 1011101 1 10100 1100010 110101

Color Harmonies of #FC5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5F11

Black with #FC5F11

Text Example


Text Example

White with #FC5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5F11; }

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

 H1.HeaderClassName
 {
   color: #FC5F11;
 }
 .AnyTagClassName
 {
   color: #FC5F11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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