Html Css Color HEX #FC6005 Safety Orange

📋 copy color: '#FC6005'

red 252 ◦ green 96 ◦ blue 5

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

Shades of Safety Orange #FC6005

Tints of Safety Orange #FC6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 71.39%
G = 27.2%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC6005 (or 0xFC6005) is known color: Safety Orange. HEX triplet: FC, 60 and 05. RGB value is (252,96,5). Sum of RGB (Red+Green+Blue) = 252+96+5=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6005 is #039FFA. Grayscale: #848484. Windows color (decimal): -237563 or 352508. OLE color: 352508.

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

Color convert

RGB 252 96 5 -
CMYK 0 0.62 0.98 0.01
HSL 22.11º 0.98% 0.5% -
HSV(B) 22.11º 0.98% 0.99% -
XYZ 44.36 29.07 3.42 -
YUV 132.27 56.18 213.4 -
System Red Green Blue C M Y K H S L
Decimal 252 96 5 0 0.62 0.98 0.01 22.11 0.98 0.5
Hex FC 60 5 0 3E 62 1 16 62 32
Octal 374 140 5 0 76 142 1 26 142 62
Binary 11111100 1100000 101 0 111110 1100010 1 10110 1100010 110010

Color Harmonies of #FC6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6005

Black with #FC6005

Text Example


Text Example

White with #FC6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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