Html Css Color HEX #FC7206 Safety Orange

📋 copy color: '#FC7206'

red 252 ◦ green 114 ◦ blue 6

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

Shades of Safety Orange #FC7206

Tints of Safety Orange #FC7206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 67.74%
G = 30.65%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7206 (or 0xFC7206) is known color: Safety Orange. HEX triplet: FC, 72 and 06. RGB value is (252,114,6). Sum of RGB (Red+Green+Blue) = 252+114+6=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7206 is #038DF9. Grayscale: #8F8F8F. Windows color (decimal): -232954 or 422652. OLE color: 422652.

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

Color convert

RGB 252 114 6 -
CMYK 0 0.55 0.98 0.01
HSL 26.34º 0.98% 0.51% -
HSV(B) 26.34º 0.98% 0.99% -
XYZ 46.2 32.74 4.06 -
YUV 142.95 50.72 205.78 -
System Red Green Blue C M Y K H S L
Decimal 252 114 6 0 0.55 0.98 0.01 26.34 0.98 0.51
Hex FC 72 6 0 37 62 1 1A 62 33
Octal 374 162 6 0 67 142 1 32 142 63
Binary 11111100 1110010 110 0 110111 1100010 1 11010 1100010 110011

Color Harmonies of #FC7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7206

Black with #FC7206

Text Example


Text Example

White with #FC7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7206; }

 p { color: rgb(252,114,6); }

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

background-color css

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

 a { background-color: rgb(252,114,6); }

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

border-color css

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

 span { border-color: rgb(252,114,6); }

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