Shades of Burnt Orange #F9712C
Tints of Burnt Orange #F9712C
RGB
CMYK
RGB Variations
Color information
#F9712C (or 0xF9712C) is known color: Burnt Orange. HEX triplet: F9, 71 and 2C. RGB value is (249,113,44). Sum of RGB (Red+Green+Blue) = 249+113+44=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9712C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9712C is #068ED3. Grayscale: #929292. Windows color (decimal): -429780 or 2912761. OLE color: 2912761.
HSL color Cylindrical-coordinate representation of color #F9712C: hue angle of 20.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9712C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 44 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.02 |
| HSL | 20.2º | 0.94% | 0.57% | - |
| HSV(B) | 20.2º | 0.82% | 0.98% | - |
| XYZ | 45.43 | 32.13 | 6.19 | - |
| YUV | 145.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 44 | 0 | 0.55 | 0.82 | 0.02 | 20.2 | 0.94 | 0.57 |
| Hex | F9 | 71 | 2C | 0 | 37 | 52 | 2 | 14 | 5E | 39 |
| Octal | 371 | 161 | 54 | 0 | 67 | 122 | 2 | 24 | 136 | 71 |
| Binary | 11111001 | 1110001 | 101100 | 0 | 110111 | 1010010 | 10 | 10100 | 1011110 | 111001 |
Color Harmonies of #F9712C
Complementary color
Monochromatic Colors of #F9712C
Black with #F9712C
Text Example
Text Example
White with #F9712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9712C; }
p { color: rgb(249,113,44); }
H1.HeaderClassName
{
color: #F9712C;
}
.AnyTagClassName
{
color: #F9712C;
}
</style>
background-color css
<style>
a { background-color: #F9712C; }
a { background-color: rgb(249,113,44); }
div.DivClassName
{
background-color: #F9712C;
}
.BgClassName
{
background-color: #F9712C;
}
</style>
border-color css
<style>
span { border-color: #F9712C; }
span { border-color: rgb(249,113,44); }
td.TdClassName
{
border-color: #F9712C;
}
.TagClassName
{
border-color: #F9712C;
}
</style>