Shades of Burnt Orange #F16D3E
Tints of Burnt Orange #F16D3E
RGB
CMYK
RGB Variations
Color information
#F16D3E (or 0xF16D3E) is known color: Burnt Orange. HEX triplet: F1, 6D and 3E. RGB value is (241,109,62). Sum of RGB (Red+Green+Blue) = 241+109+62=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D3E is #0E92C1. Grayscale: #8F8F8F. Windows color (decimal): -955074 or 4091377. OLE color: 4091377.
HSL color Cylindrical-coordinate representation of color #F16D3E: hue angle of 15.75º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F16D3E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 62 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.05 |
| HSL | 15.75º | 0.86% | 0.59% | - |
| HSV(B) | 15.75º | 0.74% | 0.95% | - |
| XYZ | 42.61 | 29.99 | 8.1 | - |
| YUV | 143.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 62 | 0 | 0.55 | 0.74 | 0.05 | 15.75 | 0.86 | 0.59 |
| Hex | F1 | 6D | 3E | 0 | 37 | 4A | 5 | 10 | 56 | 3B |
| Octal | 361 | 155 | 76 | 0 | 67 | 112 | 5 | 20 | 126 | 73 |
| Binary | 11110001 | 1101101 | 111110 | 0 | 110111 | 1001010 | 101 | 10000 | 1010110 | 111011 |
Color Harmonies of #F16D3E
Complementary color
Monochromatic Colors of #F16D3E
Black with #F16D3E
Text Example
Text Example
White with #F16D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D3E; }
p { color: rgb(241,109,62); }
H1.HeaderClassName
{
color: #F16D3E;
}
.AnyTagClassName
{
color: #F16D3E;
}
</style>
background-color css
<style>
a { background-color: #F16D3E; }
a { background-color: rgb(241,109,62); }
div.DivClassName
{
background-color: #F16D3E;
}
.BgClassName
{
background-color: #F16D3E;
}
</style>
border-color css
<style>
span { border-color: #F16D3E; }
span { border-color: rgb(241,109,62); }
td.TdClassName
{
border-color: #F16D3E;
}
.TagClassName
{
border-color: #F16D3E;
}
</style>