Shades of Burnt Orange #F96F3A
Tints of Burnt Orange #F96F3A
RGB
CMYK
RGB Variations
Color information
#F96F3A (or 0xF96F3A) is known color: Burnt Orange. HEX triplet: F9, 6F and 3A. RGB value is (249,111,58). Sum of RGB (Red+Green+Blue) = 249+111+58=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F3A is #0690C5. Grayscale: #929292. Windows color (decimal): -430278 or 3829753. OLE color: 3829753.
HSL color Cylindrical-coordinate representation of color #F96F3A: hue angle of 16.65º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F96F3A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 58 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.02 |
| HSL | 16.65º | 0.94% | 0.6% | - |
| HSV(B) | 16.65º | 0.77% | 0.98% | - |
| XYZ | 45.52 | 31.81 | 7.74 | - |
| YUV | 146.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 58 | 0 | 0.55 | 0.77 | 0.02 | 16.65 | 0.94 | 0.6 |
| Hex | F9 | 6F | 3A | 0 | 37 | 4D | 2 | 11 | 5E | 3C |
| Octal | 371 | 157 | 72 | 0 | 67 | 115 | 2 | 21 | 136 | 74 |
| Binary | 11111001 | 1101111 | 111010 | 0 | 110111 | 1001101 | 10 | 10001 | 1011110 | 111100 |
Color Harmonies of #F96F3A
Complementary color
Monochromatic Colors of #F96F3A
Black with #F96F3A
Text Example
Text Example
White with #F96F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F3A; }
p { color: rgb(249,111,58); }
H1.HeaderClassName
{
color: #F96F3A;
}
.AnyTagClassName
{
color: #F96F3A;
}
</style>
background-color css
<style>
a { background-color: #F96F3A; }
a { background-color: rgb(249,111,58); }
div.DivClassName
{
background-color: #F96F3A;
}
.BgClassName
{
background-color: #F96F3A;
}
</style>
border-color css
<style>
span { border-color: #F96F3A; }
span { border-color: rgb(249,111,58); }
td.TdClassName
{
border-color: #F96F3A;
}
.TagClassName
{
border-color: #F96F3A;
}
</style>