Html Css Color HEX #FC6008 Safety Orange

📋 copy color: '#FC6008'

red 252 ◦ green 96 ◦ blue 8

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

Shades of Safety Orange #FC6008

Tints of Safety Orange #FC6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 70.79%
G = 26.97%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC6008 (or 0xFC6008) is known color: Safety Orange. HEX triplet: FC, 60 and 08. RGB value is (252,96,8). Sum of RGB (Red+Green+Blue) = 252+96+8=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6008 is #039FF7. Grayscale: #858585. Windows color (decimal): -237560 or 549116. OLE color: 549116.

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

Color convert

RGB 252 96 8 -
CMYK 0 0.62 0.97 0.01
HSL 21.64º 0.98% 0.51% -
HSV(B) 21.64º 0.97% 0.99% -
XYZ 44.37 29.08 3.5 -
YUV 132.61 57.68 213.16 -
System Red Green Blue C M Y K H S L
Decimal 252 96 8 0 0.62 0.97 0.01 21.64 0.98 0.51
Hex FC 60 8 0 3E 61 1 16 62 33
Octal 374 140 10 0 76 141 1 26 142 63
Binary 11111100 1100000 1000 0 111110 1100001 1 10110 1100010 110011

Color Harmonies of #FC6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6008

Black with #FC6008

Text Example


Text Example

White with #FC6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6008; }

 p { color: rgb(252,96,8); }

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

background-color css

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

 a { background-color: rgb(252,96,8); }

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

border-color css

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

 span { border-color: rgb(252,96,8); }

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