Shades of Burnt Orange #F96F2E
Tints of Burnt Orange #F96F2E
RGB
CMYK
RGB Variations
Color information
#F96F2E (or 0xF96F2E) is known color: Burnt Orange. HEX triplet: F9, 6F and 2E. RGB value is (249,111,46). Sum of RGB (Red+Green+Blue) = 249+111+46=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F2E is #0690D1. Grayscale: #919191. Windows color (decimal): -430290 or 3043321. OLE color: 3043321.
HSL color Cylindrical-coordinate representation of color #F96F2E: hue angle of 19.21º 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 #F96F2E is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 46 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.02 |
| HSL | 19.21º | 0.94% | 0.58% | - |
| HSV(B) | 19.21º | 0.82% | 0.98% | - |
| XYZ | 45.24 | 31.71 | 6.32 | - |
| YUV | 144.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 46 | 0 | 0.55 | 0.82 | 0.02 | 19.21 | 0.94 | 0.58 |
| Hex | F9 | 6F | 2E | 0 | 37 | 52 | 2 | 13 | 5E | 3A |
| Octal | 371 | 157 | 56 | 0 | 67 | 122 | 2 | 23 | 136 | 72 |
| Binary | 11111001 | 1101111 | 101110 | 0 | 110111 | 1010010 | 10 | 10011 | 1011110 | 111010 |
Color Harmonies of #F96F2E
Complementary color
Monochromatic Colors of #F96F2E
Black with #F96F2E
Text Example
Text Example
White with #F96F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F2E; }
p { color: rgb(249,111,46); }
H1.HeaderClassName
{
color: #F96F2E;
}
.AnyTagClassName
{
color: #F96F2E;
}
</style>
background-color css
<style>
a { background-color: #F96F2E; }
a { background-color: rgb(249,111,46); }
div.DivClassName
{
background-color: #F96F2E;
}
.BgClassName
{
background-color: #F96F2E;
}
</style>
border-color css
<style>
span { border-color: #F96F2E; }
span { border-color: rgb(249,111,46); }
td.TdClassName
{
border-color: #F96F2E;
}
.TagClassName
{
border-color: #F96F2E;
}
</style>