Html Css Color HEX #FC6013 Safety Orange

📋 copy color: '#FC6013'

red 252 ◦ green 96 ◦ blue 19

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

Shades of Safety Orange #FC6013

Tints of Safety Orange #FC6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 68.66%
G = 26.16%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6013 (or 0xFC6013) is known color: Safety Orange. HEX triplet: FC, 60 and 13. RGB value is (252,96,19). Sum of RGB (Red+Green+Blue) = 252+96+19=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6013 is #039FEC. Grayscale: #868686. Windows color (decimal): -237549 or 1270012. OLE color: 1270012.

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

Color convert

RGB 252 96 19 -
CMYK 0 0.62 0.92 0.01
HSL 19.83º 0.97% 0.53% -
HSV(B) 19.83º 0.92% 0.99% -
XYZ 44.45 29.11 3.89 -
YUV 133.87 63.18 212.26 -
System Red Green Blue C M Y K H S L
Decimal 252 96 19 0 0.62 0.92 0.01 19.83 0.97 0.53
Hex FC 60 13 0 3E 5C 1 14 61 35
Octal 374 140 23 0 76 134 1 24 141 65
Binary 11111100 1100000 10011 0 111110 1011100 1 10100 1100001 110101

Color Harmonies of #FC6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6013

Black with #FC6013

Text Example


Text Example

White with #FC6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6013; }

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

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

background-color css

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

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

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

border-color css

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

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

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