Shades of Burnt Orange #F16C3E
Tints of Burnt Orange #F16C3E
RGB
CMYK
RGB Variations
Color information
#F16C3E (or 0xF16C3E) is known color: Burnt Orange. HEX triplet: F1, 6C and 3E. RGB value is (241,108,62). Sum of RGB (Red+Green+Blue) = 241+108+62=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C3E is #0E93C1. Grayscale: #8E8E8E. Windows color (decimal): -955330 or 4091121. OLE color: 4091121.
HSL color Cylindrical-coordinate representation of color #F16C3E: hue angle of 15.42º 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 #F16C3E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 62 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.05 |
| HSL | 15.42º | 0.86% | 0.59% | - |
| HSV(B) | 15.42º | 0.74% | 0.95% | - |
| XYZ | 42.51 | 29.77 | 8.06 | - |
| YUV | 142.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 62 | 0 | 0.55 | 0.74 | 0.05 | 15.42 | 0.86 | 0.59 |
| Hex | F1 | 6C | 3E | 0 | 37 | 4A | 5 | F | 56 | 3B |
| Octal | 361 | 154 | 76 | 0 | 67 | 112 | 5 | 17 | 126 | 73 |
| Binary | 11110001 | 1101100 | 111110 | 0 | 110111 | 1001010 | 101 | 1111 | 1010110 | 111011 |
Color Harmonies of #F16C3E
Complementary color
Monochromatic Colors of #F16C3E
Black with #F16C3E
Text Example
Text Example
White with #F16C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C3E; }
p { color: rgb(241,108,62); }
H1.HeaderClassName
{
color: #F16C3E;
}
.AnyTagClassName
{
color: #F16C3E;
}
</style>
background-color css
<style>
a { background-color: #F16C3E; }
a { background-color: rgb(241,108,62); }
div.DivClassName
{
background-color: #F16C3E;
}
.BgClassName
{
background-color: #F16C3E;
}
</style>
border-color css
<style>
span { border-color: #F16C3E; }
span { border-color: rgb(241,108,62); }
td.TdClassName
{
border-color: #F16C3E;
}
.TagClassName
{
border-color: #F16C3E;
}
</style>