Shades of Burnt Orange #F16624
Tints of Burnt Orange #F16624
RGB
CMYK
RGB Variations
Color information
#F16624 (or 0xF16624) is known color: Burnt Orange. HEX triplet: F1, 66 and 24. RGB value is (241,102,36). Sum of RGB (Red+Green+Blue) = 241+102+36=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F16624 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16624 is #0E99DB. Grayscale: #888888. Windows color (decimal): -956892 or 2385649. OLE color: 2385649.
HSL color Cylindrical-coordinate representation of color #F16624: hue angle of 19.32º 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 #F16624 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 36 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.05 |
| HSL | 19.32º | 0.88% | 0.54% | - |
| HSV(B) | 19.32º | 0.85% | 0.95% | - |
| XYZ | 41.35 | 28.33 | 4.96 | - |
| YUV | 136.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 36 | 0 | 0.58 | 0.85 | 0.05 | 19.32 | 0.88 | 0.54 |
| Hex | F1 | 66 | 24 | 0 | 3A | 55 | 5 | 13 | 58 | 36 |
| Octal | 361 | 146 | 44 | 0 | 72 | 125 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100110 | 100100 | 0 | 111010 | 1010101 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16624
Complementary color
Monochromatic Colors of #F16624
Black with #F16624
Text Example
Text Example
White with #F16624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16624; }
p { color: rgb(241,102,36); }
H1.HeaderClassName
{
color: #F16624;
}
.AnyTagClassName
{
color: #F16624;
}
</style>
background-color css
<style>
a { background-color: #F16624; }
a { background-color: rgb(241,102,36); }
div.DivClassName
{
background-color: #F16624;
}
.BgClassName
{
background-color: #F16624;
}
</style>
border-color css
<style>
span { border-color: #F16624; }
span { border-color: rgb(241,102,36); }
td.TdClassName
{
border-color: #F16624;
}
.TagClassName
{
border-color: #F16624;
}
</style>