Html Css Color HEX #FC7032 Burnt Orange

📋 copy color: '#FC7032'

red 252 ◦ green 112 ◦ blue 50

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

Shades of Burnt Orange #FC7032

Tints of Burnt Orange #FC7032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 60.87%
G = 27.05%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7032 (or 0xFC7032) is known color: Burnt Orange. HEX triplet: FC, 70 and 32. RGB value is (252,112,50). Sum of RGB (Red+Green+Blue) = 252+112+50=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7032 is #038FCD. Grayscale: #939393. Windows color (decimal): -233422 or 3305724. OLE color: 3305724.

HSL color Cylindrical-coordinate representation of color #FC7032: hue angle of 18.42º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7032 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 50 -
CMYK 0 0.56 0.80 0.01
HSL 18.42º 0.97% 0.59% -
HSV(B) 18.42º 0.8% 0.99% -
XYZ 46.51 32.51 6.84 -
YUV 146.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 252 112 50 0 0.56 0.80 0.01 18.42 0.97 0.59
Hex FC 70 32 0 38 50 1 12 61 3B
Octal 374 160 62 0 70 120 1 22 141 73
Binary 11111100 1110000 110010 0 111000 1010000 1 10010 1100001 111011

Color Harmonies of #FC7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7032

Black with #FC7032

Text Example


Text Example

White with #FC7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7032; }

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

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

background-color css

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

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

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

border-color css

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

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

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