Html Css Color HEX #FC7005 Safety Orange

📋 copy color: '#FC7005'

red 252 ◦ green 112 ◦ blue 5

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

Shades of Safety Orange #FC7005

Tints of Safety Orange #FC7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 68.29%
G = 30.35%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7005 (or 0xFC7005) is known color: Safety Orange. HEX triplet: FC, 70 and 05. RGB value is (252,112,5). Sum of RGB (Red+Green+Blue) = 252+112+5=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7005 is #038FFA. Grayscale: #8E8E8E. Windows color (decimal): -233467 or 356604. OLE color: 356604.

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

Color convert

RGB 252 112 5 -
CMYK 0 0.56 0.98 0.01
HSL 25.99º 0.98% 0.5% -
HSV(B) 25.99º 0.98% 0.99% -
XYZ 45.97 32.29 3.95 -
YUV 141.66 50.88 206.7 -
System Red Green Blue C M Y K H S L
Decimal 252 112 5 0 0.56 0.98 0.01 25.99 0.98 0.5
Hex FC 70 5 0 38 62 1 1A 62 32
Octal 374 160 5 0 70 142 1 32 142 62
Binary 11111100 1110000 101 0 111000 1100010 1 11010 1100010 110010

Color Harmonies of #FC7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7005

Black with #FC7005

Text Example


Text Example

White with #FC7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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