Shades of Burnt Orange #FC7431
Tints of Burnt Orange #FC7431
RGB
CMYK
RGB Variations
Color information
#FC7431 (or 0xFC7431) is known color: Burnt Orange. HEX triplet: FC, 74 and 31. RGB value is (252,116,49). Sum of RGB (Red+Green+Blue) = 252+116+49=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7431 is #038BCE. Grayscale: #959595. Windows color (decimal): -232399 or 3241212. OLE color: 3241212.
HSL color Cylindrical-coordinate representation of color #FC7431: hue angle of 19.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC7431 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 49 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.01 |
| HSL | 19.8º | 0.97% | 0.59% | - |
| HSV(B) | 19.8º | 0.81% | 0.99% | - |
| XYZ | 46.94 | 33.41 | 6.88 | - |
| YUV | 149.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 49 | 0 | 0.54 | 0.81 | 0.01 | 19.8 | 0.97 | 0.59 |
| Hex | FC | 74 | 31 | 0 | 36 | 51 | 1 | 14 | 61 | 3B |
| Octal | 374 | 164 | 61 | 0 | 66 | 121 | 1 | 24 | 141 | 73 |
| Binary | 11111100 | 1110100 | 110001 | 0 | 110110 | 1010001 | 1 | 10100 | 1100001 | 111011 |
Color Harmonies of #FC7431
Complementary color
Monochromatic Colors of #FC7431
Black with #FC7431
Text Example
Text Example
White with #FC7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7431; }
p { color: rgb(252,116,49); }
H1.HeaderClassName
{
color: #FC7431;
}
.AnyTagClassName
{
color: #FC7431;
}
</style>
background-color css
<style>
a { background-color: #FC7431; }
a { background-color: rgb(252,116,49); }
div.DivClassName
{
background-color: #FC7431;
}
.BgClassName
{
background-color: #FC7431;
}
</style>
border-color css
<style>
span { border-color: #FC7431; }
span { border-color: rgb(252,116,49); }
td.TdClassName
{
border-color: #FC7431;
}
.TagClassName
{
border-color: #FC7431;
}
</style>