Shades of Burnt Orange #F97C3C
Tints of Burnt Orange #F97C3C
RGB
CMYK
RGB Variations
Color information
#F97C3C (or 0xF97C3C) is known color: Burnt Orange. HEX triplet: F9, 7C and 3C. RGB value is (249,124,60). Sum of RGB (Red+Green+Blue) = 249+124+60=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97C3C is #0683C3. Grayscale: #9A9A9A. Windows color (decimal): -426948 or 3964153. OLE color: 3964153.
HSL color Cylindrical-coordinate representation of color #F97C3C: hue angle of 20.32º 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 #F97C3C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 60 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.02 |
| HSL | 20.32º | 0.94% | 0.61% | - |
| HSV(B) | 20.32º | 0.76% | 0.98% | - |
| XYZ | 47.09 | 34.88 | 8.53 | - |
| YUV | 154.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 60 | 0 | 0.50 | 0.76 | 0.02 | 20.32 | 0.94 | 0.61 |
| Hex | F9 | 7C | 3C | 0 | 32 | 4C | 2 | 14 | 5E | 3D |
| Octal | 371 | 174 | 74 | 0 | 62 | 114 | 2 | 24 | 136 | 75 |
| Binary | 11111001 | 1111100 | 111100 | 0 | 110010 | 1001100 | 10 | 10100 | 1011110 | 111101 |
Color Harmonies of #F97C3C
Complementary color
Monochromatic Colors of #F97C3C
Black with #F97C3C
Text Example
Text Example
White with #F97C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C3C; }
p { color: rgb(249,124,60); }
H1.HeaderClassName
{
color: #F97C3C;
}
.AnyTagClassName
{
color: #F97C3C;
}
</style>
background-color css
<style>
a { background-color: #F97C3C; }
a { background-color: rgb(249,124,60); }
div.DivClassName
{
background-color: #F97C3C;
}
.BgClassName
{
background-color: #F97C3C;
}
</style>
border-color css
<style>
span { border-color: #F97C3C; }
span { border-color: rgb(249,124,60); }
td.TdClassName
{
border-color: #F97C3C;
}
.TagClassName
{
border-color: #F97C3C;
}
</style>