Shades of Burnt Orange #F96F2C
Tints of Burnt Orange #F96F2C
RGB
CMYK
RGB Variations
Color information
#F96F2C (or 0xF96F2C) is known color: Burnt Orange. HEX triplet: F9, 6F and 2C. RGB value is (249,111,44). Sum of RGB (Red+Green+Blue) = 249+111+44=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F2C is #0690D3. Grayscale: #919191. Windows color (decimal): -430292 or 2912249. OLE color: 2912249.
HSL color Cylindrical-coordinate representation of color #F96F2C: hue angle of 19.61º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F96F2C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 44 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.02 |
| HSL | 19.61º | 0.94% | 0.57% | - |
| HSV(B) | 19.61º | 0.82% | 0.98% | - |
| XYZ | 45.21 | 31.69 | 6.12 | - |
| YUV | 144.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 44 | 0 | 0.55 | 0.82 | 0.02 | 19.61 | 0.94 | 0.57 |
| Hex | F9 | 6F | 2C | 0 | 37 | 52 | 2 | 14 | 5E | 39 |
| Octal | 371 | 157 | 54 | 0 | 67 | 122 | 2 | 24 | 136 | 71 |
| Binary | 11111001 | 1101111 | 101100 | 0 | 110111 | 1010010 | 10 | 10100 | 1011110 | 111001 |
Color Harmonies of #F96F2C
Complementary color
Monochromatic Colors of #F96F2C
Black with #F96F2C
Text Example
Text Example
White with #F96F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F2C; }
p { color: rgb(249,111,44); }
H1.HeaderClassName
{
color: #F96F2C;
}
.AnyTagClassName
{
color: #F96F2C;
}
</style>
background-color css
<style>
a { background-color: #F96F2C; }
a { background-color: rgb(249,111,44); }
div.DivClassName
{
background-color: #F96F2C;
}
.BgClassName
{
background-color: #F96F2C;
}
</style>
border-color css
<style>
span { border-color: #F96F2C; }
span { border-color: rgb(249,111,44); }
td.TdClassName
{
border-color: #F96F2C;
}
.TagClassName
{
border-color: #F96F2C;
}
</style>