Shades of Burnt Orange #F9722B
Tints of Burnt Orange #F9722B
RGB
CMYK
RGB Variations
Color information
#F9722B (or 0xF9722B) is known color: Burnt Orange. HEX triplet: F9, 72 and 2B. RGB value is (249,114,43). Sum of RGB (Red+Green+Blue) = 249+114+43=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9722B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9722B is #068DD4. Grayscale: #929292. Windows color (decimal): -429525 or 2847481. OLE color: 2847481.
HSL color Cylindrical-coordinate representation of color #F9722B: hue angle of 20.68º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9722B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.02 |
| HSL | 20.68º | 0.94% | 0.57% | - |
| HSV(B) | 20.68º | 0.83% | 0.98% | - |
| XYZ | 45.52 | 32.35 | 6.13 | - |
| YUV | 146.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 43 | 0 | 0.54 | 0.83 | 0.02 | 20.68 | 0.94 | 0.57 |
| Hex | F9 | 72 | 2B | 0 | 36 | 53 | 2 | 15 | 5E | 39 |
| Octal | 371 | 162 | 53 | 0 | 66 | 123 | 2 | 25 | 136 | 71 |
| Binary | 11111001 | 1110010 | 101011 | 0 | 110110 | 1010011 | 10 | 10101 | 1011110 | 111001 |
Color Harmonies of #F9722B
Complementary color
Monochromatic Colors of #F9722B
Black with #F9722B
Text Example
Text Example
White with #F9722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9722B; }
p { color: rgb(249,114,43); }
H1.HeaderClassName
{
color: #F9722B;
}
.AnyTagClassName
{
color: #F9722B;
}
</style>
background-color css
<style>
a { background-color: #F9722B; }
a { background-color: rgb(249,114,43); }
div.DivClassName
{
background-color: #F9722B;
}
.BgClassName
{
background-color: #F9722B;
}
</style>
border-color css
<style>
span { border-color: #F9722B; }
span { border-color: rgb(249,114,43); }
td.TdClassName
{
border-color: #F9722B;
}
.TagClassName
{
border-color: #F9722B;
}
</style>