Html Css Color HEX #FC6012 Safety Orange

📋 copy color: '#FC6012'

red 252 ◦ green 96 ◦ blue 18

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

Shades of Safety Orange #FC6012

Tints of Safety Orange #FC6012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 68.85%
G = 26.23%
B = 4.92%

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

#FC6012 (or 0xFC6012) is known color: Safety Orange. HEX triplet: FC, 60 and 12. RGB value is (252,96,18). Sum of RGB (Red+Green+Blue) = 252+96+18=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6012 is #039FED. Grayscale: #868686. Windows color (decimal): -237550 or 1204476. OLE color: 1204476.

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

Color convert

RGB 252 96 18 -
CMYK 0 0.62 0.93 0.01
HSL 20º 0.98% 0.53% -
HSV(B) 20º 0.93% 0.99% -
XYZ 44.44 29.1 3.85 -
YUV 133.75 62.68 212.34 -
System Red Green Blue C M Y K H S L
Decimal 252 96 18 0 0.62 0.93 0.01 20 0.98 0.53
Hex FC 60 12 0 3E 5D 1 14 62 35
Octal 374 140 22 0 76 135 1 24 142 65
Binary 11111100 1100000 10010 0 111110 1011101 1 10100 1100010 110101

Color Harmonies of #FC6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6012

Black with #FC6012

Text Example


Text Example

White with #FC6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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