Html Css Color HEX #FC6010 Safety Orange

📋 copy color: '#FC6010'

red 252 ◦ green 96 ◦ blue 16

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

Shades of Safety Orange #FC6010

Tints of Safety Orange #FC6010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 69.23%
G = 26.37%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC6010 (or 0xFC6010) is known color: Safety Orange. HEX triplet: FC, 60 and 10. RGB value is (252,96,16). Sum of RGB (Red+Green+Blue) = 252+96+16=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6010 is #039FEF. Grayscale: #868686. Windows color (decimal): -237552 or 1073404. OLE color: 1073404.

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

Color convert

RGB 252 96 16 -
CMYK 0 0.62 0.94 0.01
HSL 20.34º 0.98% 0.53% -
HSV(B) 20.34º 0.94% 0.99% -
XYZ 44.42 29.1 3.77 -
YUV 133.52 61.68 212.5 -
System Red Green Blue C M Y K H S L
Decimal 252 96 16 0 0.62 0.94 0.01 20.34 0.98 0.53
Hex FC 60 10 0 3E 5E 1 14 62 35
Octal 374 140 20 0 76 136 1 24 142 65
Binary 11111100 1100000 10000 0 111110 1011110 1 10100 1100010 110101

Color Harmonies of #FC6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6010

Black with #FC6010

Text Example


Text Example

White with #FC6010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6010; }

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

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

background-color css

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

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

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

border-color css

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

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

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