Html Css Color HEX #FC7029 Burnt Orange

📋 copy color: '#FC7029'

red 252 ◦ green 112 ◦ blue 41

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

Shades of Burnt Orange #FC7029

Tints of Burnt Orange #FC7029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.12%

R = 62.22%
G = 27.65%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7029 (or 0xFC7029) is known color: Burnt Orange. HEX triplet: FC, 70 and 29. RGB value is (252,112,41). Sum of RGB (Red+Green+Blue) = 252+112+41=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7029 is #038FD6. Grayscale: #929292. Windows color (decimal): -233431 or 2715900. OLE color: 2715900.

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

Color convert

RGB 252 112 41 -
CMYK 0 0.56 0.84 0.01
HSL 20.19º 0.97% 0.57% -
HSV(B) 20.19º 0.84% 0.99% -
XYZ 46.34 32.44 5.92 -
YUV 145.77 68.88 203.77 -
System Red Green Blue C M Y K H S L
Decimal 252 112 41 0 0.56 0.84 0.01 20.19 0.97 0.57
Hex FC 70 29 0 38 54 1 14 61 39
Octal 374 160 51 0 70 124 1 24 141 71
Binary 11111100 1110000 101001 0 111000 1010100 1 10100 1100001 111001

Color Harmonies of #FC7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7029

Black with #FC7029

Text Example


Text Example

White with #FC7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7029; }

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

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

background-color css

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

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

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

border-color css

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

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

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