Shades of Burnt Orange #F9722C
Tints of Burnt Orange #F9722C
RGB
CMYK
RGB Variations
Color information
#F9722C (or 0xF9722C) is known color: Burnt Orange. HEX triplet: F9, 72 and 2C. RGB value is (249,114,44). Sum of RGB (Red+Green+Blue) = 249+114+44=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9722C is #068DD3. Grayscale: #929292. Windows color (decimal): -429524 or 2913017. OLE color: 2913017.
HSL color Cylindrical-coordinate representation of color #F9722C: hue angle of 20.49º 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 #F9722C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 44 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.02 |
| HSL | 20.49º | 0.94% | 0.57% | - |
| HSV(B) | 20.49º | 0.82% | 0.98% | - |
| XYZ | 45.54 | 32.36 | 6.23 | - |
| YUV | 146.39 | 70.23 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 44 | 0 | 0.54 | 0.82 | 0.02 | 20.49 | 0.94 | 0.57 |
| Hex | F9 | 72 | 2C | 0 | 36 | 52 | 2 | 14 | 5E | 39 |
| Octal | 371 | 162 | 54 | 0 | 66 | 122 | 2 | 24 | 136 | 71 |
| Binary | 11111001 | 1110010 | 101100 | 0 | 110110 | 1010010 | 10 | 10100 | 1011110 | 111001 |
Color Harmonies of #F9722C
Complementary color
Monochromatic Colors of #F9722C
Black with #F9722C
Text Example
Text Example
White with #F9722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9722C; }
p { color: rgb(249,114,44); }
H1.HeaderClassName
{
color: #F9722C;
}
.AnyTagClassName
{
color: #F9722C;
}
</style>
background-color css
<style>
a { background-color: #F9722C; }
a { background-color: rgb(249,114,44); }
div.DivClassName
{
background-color: #F9722C;
}
.BgClassName
{
background-color: #F9722C;
}
</style>
border-color css
<style>
span { border-color: #F9722C; }
span { border-color: rgb(249,114,44); }
td.TdClassName
{
border-color: #F9722C;
}
.TagClassName
{
border-color: #F9722C;
}
</style>