Html Css Color HEX #FC5C06 Safety Orange

📋 copy color: '#FC5C06'

red 252 ◦ green 92 ◦ blue 6

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

Shades of Safety Orange #FC5C06

Tints of Safety Orange #FC5C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 72%
G = 26.29%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC5C06 (or 0xFC5C06) is known color: Safety Orange. HEX triplet: FC, 5C and 06. RGB value is (252,92,6). Sum of RGB (Red+Green+Blue) = 252+92+6=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C06 is #03A3F9. Grayscale: #828282. Windows color (decimal): -238586 or 417020. OLE color: 417020.

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

Color convert

RGB 252 92 6 -
CMYK 0 0.63 0.98 0.01
HSL 20.98º 0.98% 0.51% -
HSV(B) 20.98º 0.98% 0.99% -
XYZ 44 28.36 3.33 -
YUV 130.04 58.01 214.99 -
System Red Green Blue C M Y K H S L
Decimal 252 92 6 0 0.63 0.98 0.01 20.98 0.98 0.51
Hex FC 5C 6 0 3F 62 1 15 62 33
Octal 374 134 6 0 77 142 1 25 142 63
Binary 11111100 1011100 110 0 111111 1100010 1 10101 1100010 110011

Color Harmonies of #FC5C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C06

Black with #FC5C06

Text Example


Text Example

White with #FC5C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C06; }

 p { color: rgb(252,92,6); }

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

background-color css

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

 a { background-color: rgb(252,92,6); }

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

border-color css

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

 span { border-color: rgb(252,92,6); }

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