Shades of Burnt Orange #F96D2B
Tints of Burnt Orange #F96D2B
RGB
CMYK
RGB Variations
Color information
#F96D2B (or 0xF96D2B) is known color: Burnt Orange. HEX triplet: F9, 6D and 2B. RGB value is (249,109,43). Sum of RGB (Red+Green+Blue) = 249+109+43=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D2B is #0692D4. Grayscale: #8F8F8F. Windows color (decimal): -430805 or 2846201. OLE color: 2846201.
HSL color Cylindrical-coordinate representation of color #F96D2B: hue angle of 19.22º 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 #F96D2B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 43 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.02 |
| HSL | 19.22º | 0.94% | 0.57% | - |
| HSV(B) | 19.22º | 0.83% | 0.98% | - |
| XYZ | 44.97 | 31.25 | 5.95 | - |
| YUV | 143.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 43 | 0 | 0.56 | 0.83 | 0.02 | 19.22 | 0.94 | 0.57 |
| Hex | F9 | 6D | 2B | 0 | 38 | 53 | 2 | 13 | 5E | 39 |
| Octal | 371 | 155 | 53 | 0 | 70 | 123 | 2 | 23 | 136 | 71 |
| Binary | 11111001 | 1101101 | 101011 | 0 | 111000 | 1010011 | 10 | 10011 | 1011110 | 111001 |
Color Harmonies of #F96D2B
Complementary color
Monochromatic Colors of #F96D2B
Black with #F96D2B
Text Example
Text Example
White with #F96D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D2B; }
p { color: rgb(249,109,43); }
H1.HeaderClassName
{
color: #F96D2B;
}
.AnyTagClassName
{
color: #F96D2B;
}
</style>
background-color css
<style>
a { background-color: #F96D2B; }
a { background-color: rgb(249,109,43); }
div.DivClassName
{
background-color: #F96D2B;
}
.BgClassName
{
background-color: #F96D2B;
}
</style>
border-color css
<style>
span { border-color: #F96D2B; }
span { border-color: rgb(249,109,43); }
td.TdClassName
{
border-color: #F96D2B;
}
.TagClassName
{
border-color: #F96D2B;
}
</style>