Shades of Burnt Orange #F96D3C
Tints of Burnt Orange #F96D3C
RGB
CMYK
RGB Variations
Color information
#F96D3C (or 0xF96D3C) is known color: Burnt Orange. HEX triplet: F9, 6D and 3C. RGB value is (249,109,60). Sum of RGB (Red+Green+Blue) = 249+109+60=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D3C is #0692C3. Grayscale: #919191. Windows color (decimal): -430788 or 3960313. OLE color: 3960313.
HSL color Cylindrical-coordinate representation of color #F96D3C: hue angle of 15.56º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F96D3C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 60 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.02 |
| HSL | 15.56º | 0.94% | 0.61% | - |
| HSV(B) | 15.56º | 0.76% | 0.98% | - |
| XYZ | 45.35 | 31.4 | 7.95 | - |
| YUV | 145.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 60 | 0 | 0.56 | 0.76 | 0.02 | 15.56 | 0.94 | 0.61 |
| Hex | F9 | 6D | 3C | 0 | 38 | 4C | 2 | 10 | 5E | 3D |
| Octal | 371 | 155 | 74 | 0 | 70 | 114 | 2 | 20 | 136 | 75 |
| Binary | 11111001 | 1101101 | 111100 | 0 | 111000 | 1001100 | 10 | 10000 | 1011110 | 111101 |
Color Harmonies of #F96D3C
Complementary color
Monochromatic Colors of #F96D3C
Black with #F96D3C
Text Example
Text Example
White with #F96D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D3C; }
p { color: rgb(249,109,60); }
H1.HeaderClassName
{
color: #F96D3C;
}
.AnyTagClassName
{
color: #F96D3C;
}
</style>
background-color css
<style>
a { background-color: #F96D3C; }
a { background-color: rgb(249,109,60); }
div.DivClassName
{
background-color: #F96D3C;
}
.BgClassName
{
background-color: #F96D3C;
}
</style>
border-color css
<style>
span { border-color: #F96D3C; }
span { border-color: rgb(249,109,60); }
td.TdClassName
{
border-color: #F96D3C;
}
.TagClassName
{
border-color: #F96D3C;
}
</style>