Shades of Burnt Orange #F96D25
Tints of Burnt Orange #F96D25
RGB
CMYK
RGB Variations
Color information
#F96D25 (or 0xF96D25) is known color: Burnt Orange. HEX triplet: F9, 6D and 25. RGB value is (249,109,37). Sum of RGB (Red+Green+Blue) = 249+109+37=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D25 is #0692DA. Grayscale: #8F8F8F. Windows color (decimal): -430811 or 2452985. OLE color: 2452985.
HSL color Cylindrical-coordinate representation of color #F96D25: hue angle of 20.38º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F96D25 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 37 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.02 |
| HSL | 20.38º | 0.95% | 0.56% | - |
| HSV(B) | 20.38º | 0.85% | 0.98% | - |
| XYZ | 44.87 | 31.21 | 5.41 | - |
| YUV | 142.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 37 | 0 | 0.56 | 0.85 | 0.02 | 20.38 | 0.95 | 0.56 |
| Hex | F9 | 6D | 25 | 0 | 38 | 55 | 2 | 14 | 5F | 38 |
| Octal | 371 | 155 | 45 | 0 | 70 | 125 | 2 | 24 | 137 | 70 |
| Binary | 11111001 | 1101101 | 100101 | 0 | 111000 | 1010101 | 10 | 10100 | 1011111 | 111000 |
Color Harmonies of #F96D25
Complementary color
Monochromatic Colors of #F96D25
Black with #F96D25
Text Example
Text Example
White with #F96D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D25; }
p { color: rgb(249,109,37); }
H1.HeaderClassName
{
color: #F96D25;
}
.AnyTagClassName
{
color: #F96D25;
}
</style>
background-color css
<style>
a { background-color: #F96D25; }
a { background-color: rgb(249,109,37); }
div.DivClassName
{
background-color: #F96D25;
}
.BgClassName
{
background-color: #F96D25;
}
</style>
border-color css
<style>
span { border-color: #F96D25; }
span { border-color: rgb(249,109,37); }
td.TdClassName
{
border-color: #F96D25;
}
.TagClassName
{
border-color: #F96D25;
}
</style>