Html Css Color HEX #FC7200 Safety Orange

📋 copy color: '#FC7200'

red 252 ◦ green 114 ◦ blue 0

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

Shades of Safety Orange #FC7200

Tints of Safety Orange #FC7200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.85%
G = 31.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC7200 (or 0xFC7200) is known color: Safety Orange. HEX triplet: FC, 72 and 00. RGB value is (252,114,0). Sum of RGB (Red+Green+Blue) = 252+114+0=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7200 is #038DFF. Grayscale: #8E8E8E. Windows color (decimal): -232960 or 29436. OLE color: 29436.

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

Color convert

RGB 252 114 0 -
CMYK 0 0.55 1 0.01
HSL 27.14º 1% 0.49% -
HSV(B) 27.14º 1% 0.99% -
XYZ 46.16 32.73 3.88 -
YUV 142.27 47.72 206.27 -
System Red Green Blue C M Y K H S L
Decimal 252 114 0 0 0.55 1 0.01 27.14 1 0.49
Hex FC 72 0 0 37 64 1 1B 64 31
Octal 374 162 0 0 67 144 1 33 144 61
Binary 11111100 1110010 0 0 110111 1100100 1 11011 1100100 110001

Color Harmonies of #FC7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7200

Black with #FC7200

Text Example


Text Example

White with #FC7200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7200; }

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

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

background-color css

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

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

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

border-color css

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

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

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