Shades of Burnt Orange #F96C2F
Tints of Burnt Orange #F96C2F
RGB
CMYK
RGB Variations
Color information
#F96C2F (or 0xF96C2F) is known color: Burnt Orange. HEX triplet: F9, 6C and 2F. RGB value is (249,108,47). Sum of RGB (Red+Green+Blue) = 249+108+47=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C2F is #0693D0. Grayscale: #8F8F8F. Windows color (decimal): -431057 or 3108089. OLE color: 3108089.
HSL color Cylindrical-coordinate representation of color #F96C2F: hue angle of 18.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F96C2F is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 47 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.02 |
| HSL | 18.12º | 0.94% | 0.58% | - |
| HSV(B) | 18.12º | 0.81% | 0.98% | - |
| XYZ | 44.94 | 31.07 | 6.32 | - |
| YUV | 143.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 47 | 0 | 0.57 | 0.81 | 0.02 | 18.12 | 0.94 | 0.58 |
| Hex | F9 | 6C | 2F | 0 | 39 | 51 | 2 | 12 | 5E | 3A |
| Octal | 371 | 154 | 57 | 0 | 71 | 121 | 2 | 22 | 136 | 72 |
| Binary | 11111001 | 1101100 | 101111 | 0 | 111001 | 1010001 | 10 | 10010 | 1011110 | 111010 |
Color Harmonies of #F96C2F
Complementary color
Monochromatic Colors of #F96C2F
Black with #F96C2F
Text Example
Text Example
White with #F96C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C2F; }
p { color: rgb(249,108,47); }
H1.HeaderClassName
{
color: #F96C2F;
}
.AnyTagClassName
{
color: #F96C2F;
}
</style>
background-color css
<style>
a { background-color: #F96C2F; }
a { background-color: rgb(249,108,47); }
div.DivClassName
{
background-color: #F96C2F;
}
.BgClassName
{
background-color: #F96C2F;
}
</style>
border-color css
<style>
span { border-color: #F96C2F; }
span { border-color: rgb(249,108,47); }
td.TdClassName
{
border-color: #F96C2F;
}
.TagClassName
{
border-color: #F96C2F;
}
</style>