Shades of Burnt Orange #F16E2A
Tints of Burnt Orange #F16E2A
RGB
CMYK
RGB Variations
Color information
#F16E2A (or 0xF16E2A) is known color: Burnt Orange. HEX triplet: F1, 6E and 2A. RGB value is (241,110,42). Sum of RGB (Red+Green+Blue) = 241+110+42=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E2A is #0E91D5. Grayscale: #8D8D8D. Windows color (decimal): -954838 or 2780913. OLE color: 2780913.
HSL color Cylindrical-coordinate representation of color #F16E2A: hue angle of 20.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F16E2A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 42 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.05 |
| HSL | 20.5º | 0.88% | 0.55% | - |
| HSV(B) | 20.5º | 0.83% | 0.95% | - |
| XYZ | 42.27 | 30.02 | 5.76 | - |
| YUV | 141.42 | 71.9 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 42 | 0 | 0.54 | 0.83 | 0.05 | 20.5 | 0.88 | 0.55 |
| Hex | F1 | 6E | 2A | 0 | 36 | 53 | 5 | 15 | 58 | 37 |
| Octal | 361 | 156 | 52 | 0 | 66 | 123 | 5 | 25 | 130 | 67 |
| Binary | 11110001 | 1101110 | 101010 | 0 | 110110 | 1010011 | 101 | 10101 | 1011000 | 110111 |
Color Harmonies of #F16E2A
Complementary color
Monochromatic Colors of #F16E2A
Black with #F16E2A
Text Example
Text Example
White with #F16E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E2A; }
p { color: rgb(241,110,42); }
H1.HeaderClassName
{
color: #F16E2A;
}
.AnyTagClassName
{
color: #F16E2A;
}
</style>
background-color css
<style>
a { background-color: #F16E2A; }
a { background-color: rgb(241,110,42); }
div.DivClassName
{
background-color: #F16E2A;
}
.BgClassName
{
background-color: #F16E2A;
}
</style>
border-color css
<style>
span { border-color: #F16E2A; }
span { border-color: rgb(241,110,42); }
td.TdClassName
{
border-color: #F16E2A;
}
.TagClassName
{
border-color: #F16E2A;
}
</style>