Shades of Burnt Orange #F16E2D
Tints of Burnt Orange #F16E2D
RGB
CMYK
RGB Variations
Color information
#F16E2D (or 0xF16E2D) is known color: Burnt Orange. HEX triplet: F1, 6E and 2D. RGB value is (241,110,45). Sum of RGB (Red+Green+Blue) = 241+110+45=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E2D is #0E91D2. Grayscale: #8E8E8E. Windows color (decimal): -954835 or 2977521. OLE color: 2977521.
HSL color Cylindrical-coordinate representation of color #F16E2D: hue angle of 19.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F16E2D is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 45 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.05 |
| HSL | 19.9º | 0.88% | 0.56% | - |
| HSV(B) | 19.9º | 0.81% | 0.95% | - |
| XYZ | 42.33 | 30.04 | 6.05 | - |
| YUV | 141.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 45 | 0 | 0.54 | 0.81 | 0.05 | 19.9 | 0.88 | 0.56 |
| Hex | F1 | 6E | 2D | 0 | 36 | 51 | 5 | 14 | 58 | 38 |
| Octal | 361 | 156 | 55 | 0 | 66 | 121 | 5 | 24 | 130 | 70 |
| Binary | 11110001 | 1101110 | 101101 | 0 | 110110 | 1010001 | 101 | 10100 | 1011000 | 111000 |
Color Harmonies of #F16E2D
Complementary color
Monochromatic Colors of #F16E2D
Black with #F16E2D
Text Example
Text Example
White with #F16E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E2D; }
p { color: rgb(241,110,45); }
H1.HeaderClassName
{
color: #F16E2D;
}
.AnyTagClassName
{
color: #F16E2D;
}
</style>
background-color css
<style>
a { background-color: #F16E2D; }
a { background-color: rgb(241,110,45); }
div.DivClassName
{
background-color: #F16E2D;
}
.BgClassName
{
background-color: #F16E2D;
}
</style>
border-color css
<style>
span { border-color: #F16E2D; }
span { border-color: rgb(241,110,45); }
td.TdClassName
{
border-color: #F16E2D;
}
.TagClassName
{
border-color: #F16E2D;
}
</style>