Shades of Burnt Orange #F9722D
Tints of Burnt Orange #F9722D
RGB
CMYK
RGB Variations
Color information
#F9722D (or 0xF9722D) is known color: Burnt Orange. HEX triplet: F9, 72 and 2D. RGB value is (249,114,45). Sum of RGB (Red+Green+Blue) = 249+114+45=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9722D is #068DD2. Grayscale: #929292. Windows color (decimal): -429523 or 2978553. OLE color: 2978553.
HSL color Cylindrical-coordinate representation of color #F9722D: hue angle of 20.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9722D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.02 |
| HSL | 20.29º | 0.94% | 0.58% | - |
| HSV(B) | 20.29º | 0.82% | 0.98% | - |
| XYZ | 45.56 | 32.36 | 6.33 | - |
| YUV | 146.5 | 70.73 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 45 | 0 | 0.54 | 0.82 | 0.02 | 20.29 | 0.94 | 0.58 |
| Hex | F9 | 72 | 2D | 0 | 36 | 52 | 2 | 14 | 5E | 3A |
| Octal | 371 | 162 | 55 | 0 | 66 | 122 | 2 | 24 | 136 | 72 |
| Binary | 11111001 | 1110010 | 101101 | 0 | 110110 | 1010010 | 10 | 10100 | 1011110 | 111010 |
Color Harmonies of #F9722D
Complementary color
Monochromatic Colors of #F9722D
Black with #F9722D
Text Example
Text Example
White with #F9722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9722D; }
p { color: rgb(249,114,45); }
H1.HeaderClassName
{
color: #F9722D;
}
.AnyTagClassName
{
color: #F9722D;
}
</style>
background-color css
<style>
a { background-color: #F9722D; }
a { background-color: rgb(249,114,45); }
div.DivClassName
{
background-color: #F9722D;
}
.BgClassName
{
background-color: #F9722D;
}
</style>
border-color css
<style>
span { border-color: #F9722D; }
span { border-color: rgb(249,114,45); }
td.TdClassName
{
border-color: #F9722D;
}
.TagClassName
{
border-color: #F9722D;
}
</style>