Shades of Burnt Orange #F96D34
Tints of Burnt Orange #F96D34
RGB
CMYK
RGB Variations
Color information
#F96D34 (or 0xF96D34) is known color: Burnt Orange. HEX triplet: F9, 6D and 34. RGB value is (249,109,52). Sum of RGB (Red+Green+Blue) = 249+109+52=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D34 is #0692CB. Grayscale: #909090. Windows color (decimal): -430796 or 3436025. OLE color: 3436025.
HSL color Cylindrical-coordinate representation of color #F96D34: hue angle of 17.36º 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 #F96D34 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 52 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.02 |
| HSL | 17.36º | 0.94% | 0.59% | - |
| HSV(B) | 17.36º | 0.79% | 0.98% | - |
| XYZ | 45.16 | 31.32 | 6.92 | - |
| YUV | 144.36 | 75.88 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 52 | 0 | 0.56 | 0.79 | 0.02 | 17.36 | 0.94 | 0.59 |
| Hex | F9 | 6D | 34 | 0 | 38 | 4F | 2 | 11 | 5E | 3B |
| Octal | 371 | 155 | 64 | 0 | 70 | 117 | 2 | 21 | 136 | 73 |
| Binary | 11111001 | 1101101 | 110100 | 0 | 111000 | 1001111 | 10 | 10001 | 1011110 | 111011 |
Color Harmonies of #F96D34
Complementary color
Monochromatic Colors of #F96D34
Black with #F96D34
Text Example
Text Example
White with #F96D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D34; }
p { color: rgb(249,109,52); }
H1.HeaderClassName
{
color: #F96D34;
}
.AnyTagClassName
{
color: #F96D34;
}
</style>
background-color css
<style>
a { background-color: #F96D34; }
a { background-color: rgb(249,109,52); }
div.DivClassName
{
background-color: #F96D34;
}
.BgClassName
{
background-color: #F96D34;
}
</style>
border-color css
<style>
span { border-color: #F96D34; }
span { border-color: rgb(249,109,52); }
td.TdClassName
{
border-color: #F96D34;
}
.TagClassName
{
border-color: #F96D34;
}
</style>