Shades of Burnt Orange #F16924
Tints of Burnt Orange #F16924
RGB
CMYK
RGB Variations
Color information
#F16924 (or 0xF16924) is known color: Burnt Orange. HEX triplet: F1, 69 and 24. RGB value is (241,105,36). Sum of RGB (Red+Green+Blue) = 241+105+36=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F16924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16924 is #0E96DB. Grayscale: #8A8A8A. Windows color (decimal): -956124 or 2386417. OLE color: 2386417.
HSL color Cylindrical-coordinate representation of color #F16924: hue angle of 20.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F16924 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 36 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.05 |
| HSL | 20.2º | 0.88% | 0.54% | - |
| HSV(B) | 20.2º | 0.85% | 0.95% | - |
| XYZ | 41.65 | 28.93 | 5.06 | - |
| YUV | 137.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 36 | 0 | 0.56 | 0.85 | 0.05 | 20.2 | 0.88 | 0.54 |
| Hex | F1 | 69 | 24 | 0 | 38 | 55 | 5 | 14 | 58 | 36 |
| Octal | 361 | 151 | 44 | 0 | 70 | 125 | 5 | 24 | 130 | 66 |
| Binary | 11110001 | 1101001 | 100100 | 0 | 111000 | 1010101 | 101 | 10100 | 1011000 | 110110 |
Color Harmonies of #F16924
Complementary color
Monochromatic Colors of #F16924
Black with #F16924
Text Example
Text Example
White with #F16924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16924; }
p { color: rgb(241,105,36); }
H1.HeaderClassName
{
color: #F16924;
}
.AnyTagClassName
{
color: #F16924;
}
</style>
background-color css
<style>
a { background-color: #F16924; }
a { background-color: rgb(241,105,36); }
div.DivClassName
{
background-color: #F16924;
}
.BgClassName
{
background-color: #F16924;
}
</style>
border-color css
<style>
span { border-color: #F16924; }
span { border-color: rgb(241,105,36); }
td.TdClassName
{
border-color: #F16924;
}
.TagClassName
{
border-color: #F16924;
}
</style>