Shades of Burnt Orange #F96835
Tints of Burnt Orange #F96835
RGB
CMYK
RGB Variations
Color information
#F96835 (or 0xF96835) is known color: Burnt Orange. HEX triplet: F9, 68 and 35. RGB value is (249,104,53). Sum of RGB (Red+Green+Blue) = 249+104+53=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F96835 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96835 is #0697CA. Grayscale: #8D8D8D. Windows color (decimal): -432075 or 3500281. OLE color: 3500281.
HSL color Cylindrical-coordinate representation of color #F96835: hue angle of 15.61º 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 #F96835 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 53 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.02 |
| HSL | 15.61º | 0.94% | 0.59% | - |
| HSV(B) | 15.61º | 0.79% | 0.98% | - |
| XYZ | 44.66 | 30.3 | 6.86 | - |
| YUV | 141.54 | 78.04 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 53 | 0 | 0.58 | 0.79 | 0.02 | 15.61 | 0.94 | 0.59 |
| Hex | F9 | 68 | 35 | 0 | 3A | 4F | 2 | 10 | 5E | 3B |
| Octal | 371 | 150 | 65 | 0 | 72 | 117 | 2 | 20 | 136 | 73 |
| Binary | 11111001 | 1101000 | 110101 | 0 | 111010 | 1001111 | 10 | 10000 | 1011110 | 111011 |
Color Harmonies of #F96835
Complementary color
Monochromatic Colors of #F96835
Black with #F96835
Text Example
Text Example
White with #F96835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96835; }
p { color: rgb(249,104,53); }
H1.HeaderClassName
{
color: #F96835;
}
.AnyTagClassName
{
color: #F96835;
}
</style>
background-color css
<style>
a { background-color: #F96835; }
a { background-color: rgb(249,104,53); }
div.DivClassName
{
background-color: #F96835;
}
.BgClassName
{
background-color: #F96835;
}
</style>
border-color css
<style>
span { border-color: #F96835; }
span { border-color: rgb(249,104,53); }
td.TdClassName
{
border-color: #F96835;
}
.TagClassName
{
border-color: #F96835;
}
</style>