Shades of Burnt Orange #F97D2D
Tints of Burnt Orange #F97D2D
RGB
CMYK
RGB Variations
Color information
#F97D2D (or 0xF97D2D) is known color: Burnt Orange. HEX triplet: F9, 7D and 2D. RGB value is (249,125,45). Sum of RGB (Red+Green+Blue) = 249+125+45=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97D2D is #0682D2. Grayscale: #999999. Windows color (decimal): -426707 or 2981369. OLE color: 2981369.
HSL color Cylindrical-coordinate representation of color #F97D2D: hue angle of 23.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F97D2D is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 125 | 45 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.02 |
| HSL | 23.53º | 0.94% | 0.58% | - |
| HSV(B) | 23.53º | 0.82% | 0.98% | - |
| XYZ | 46.87 | 35 | 6.77 | - |
| YUV | 152.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 125 | 45 | 0 | 0.50 | 0.82 | 0.02 | 23.53 | 0.94 | 0.58 |
| Hex | F9 | 7D | 2D | 0 | 32 | 52 | 2 | 18 | 5E | 3A |
| Octal | 371 | 175 | 55 | 0 | 62 | 122 | 2 | 30 | 136 | 72 |
| Binary | 11111001 | 1111101 | 101101 | 0 | 110010 | 1010010 | 10 | 11000 | 1011110 | 111010 |
Color Harmonies of #F97D2D
Complementary color
Monochromatic Colors of #F97D2D
Black with #F97D2D
Text Example
Text Example
White with #F97D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97D2D; }
p { color: rgb(249,125,45); }
H1.HeaderClassName
{
color: #F97D2D;
}
.AnyTagClassName
{
color: #F97D2D;
}
</style>
background-color css
<style>
a { background-color: #F97D2D; }
a { background-color: rgb(249,125,45); }
div.DivClassName
{
background-color: #F97D2D;
}
.BgClassName
{
background-color: #F97D2D;
}
</style>
border-color css
<style>
span { border-color: #F97D2D; }
span { border-color: rgb(249,125,45); }
td.TdClassName
{
border-color: #F97D2D;
}
.TagClassName
{
border-color: #F97D2D;
}
</style>