Shades of Burnt Orange #F96935
Tints of Burnt Orange #F96935
RGB
CMYK
RGB Variations
Color information
#F96935 (or 0xF96935) is known color: Burnt Orange. HEX triplet: F9, 69 and 35. RGB value is (249,105,53). Sum of RGB (Red+Green+Blue) = 249+105+53=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F96935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96935 is #0696CA. Grayscale: #8E8E8E. Windows color (decimal): -431819 or 3500537. OLE color: 3500537.
HSL color Cylindrical-coordinate representation of color #F96935: hue angle of 15.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F96935 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 53 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.02 |
| HSL | 15.92º | 0.94% | 0.59% | - |
| HSV(B) | 15.92º | 0.79% | 0.98% | - |
| XYZ | 44.76 | 30.5 | 6.9 | - |
| YUV | 142.13 | 77.71 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 53 | 0 | 0.58 | 0.79 | 0.02 | 15.92 | 0.94 | 0.59 |
| Hex | F9 | 69 | 35 | 0 | 3A | 4F | 2 | 10 | 5E | 3B |
| Octal | 371 | 151 | 65 | 0 | 72 | 117 | 2 | 20 | 136 | 73 |
| Binary | 11111001 | 1101001 | 110101 | 0 | 111010 | 1001111 | 10 | 10000 | 1011110 | 111011 |
Color Harmonies of #F96935
Complementary color
Monochromatic Colors of #F96935
Black with #F96935
Text Example
Text Example
White with #F96935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96935; }
p { color: rgb(249,105,53); }
H1.HeaderClassName
{
color: #F96935;
}
.AnyTagClassName
{
color: #F96935;
}
</style>
background-color css
<style>
a { background-color: #F96935; }
a { background-color: rgb(249,105,53); }
div.DivClassName
{
background-color: #F96935;
}
.BgClassName
{
background-color: #F96935;
}
</style>
border-color css
<style>
span { border-color: #F96935; }
span { border-color: rgb(249,105,53); }
td.TdClassName
{
border-color: #F96935;
}
.TagClassName
{
border-color: #F96935;
}
</style>