Shades of Burnt Orange #F96F2A
Tints of Burnt Orange #F96F2A
RGB
CMYK
RGB Variations
Color information
#F96F2A (or 0xF96F2A) is known color: Burnt Orange. HEX triplet: F9, 6F and 2A. RGB value is (249,111,42). Sum of RGB (Red+Green+Blue) = 249+111+42=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F2A is #0690D5. Grayscale: #909090. Windows color (decimal): -430294 or 2781177. OLE color: 2781177.
HSL color Cylindrical-coordinate representation of color #F96F2A: hue angle of 20º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F96F2A is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 42 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.02 |
| HSL | 20º | 0.95% | 0.57% | - |
| HSV(B) | 20º | 0.83% | 0.98% | - |
| XYZ | 45.17 | 31.68 | 5.92 | - |
| YUV | 144.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 42 | 0 | 0.55 | 0.83 | 0.02 | 20 | 0.95 | 0.57 |
| Hex | F9 | 6F | 2A | 0 | 37 | 53 | 2 | 14 | 5F | 39 |
| Octal | 371 | 157 | 52 | 0 | 67 | 123 | 2 | 24 | 137 | 71 |
| Binary | 11111001 | 1101111 | 101010 | 0 | 110111 | 1010011 | 10 | 10100 | 1011111 | 111001 |
Color Harmonies of #F96F2A
Complementary color
Monochromatic Colors of #F96F2A
Black with #F96F2A
Text Example
Text Example
White with #F96F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F2A; }
p { color: rgb(249,111,42); }
H1.HeaderClassName
{
color: #F96F2A;
}
.AnyTagClassName
{
color: #F96F2A;
}
</style>
background-color css
<style>
a { background-color: #F96F2A; }
a { background-color: rgb(249,111,42); }
div.DivClassName
{
background-color: #F96F2A;
}
.BgClassName
{
background-color: #F96F2A;
}
</style>
border-color css
<style>
span { border-color: #F96F2A; }
span { border-color: rgb(249,111,42); }
td.TdClassName
{
border-color: #F96F2A;
}
.TagClassName
{
border-color: #F96F2A;
}
</style>