Shades of Burnt Orange #F16F40
Tints of Burnt Orange #F16F40
RGB
CMYK
RGB Variations
Color information
#F16F40 (or 0xF16F40) is known color: Burnt Orange. HEX triplet: F1, 6F and 40. RGB value is (241,111,64). Sum of RGB (Red+Green+Blue) = 241+111+64=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F40 is #0E90BF. Grayscale: #909090. Windows color (decimal): -954560 or 4222961. OLE color: 4222961.
HSL color Cylindrical-coordinate representation of color #F16F40: hue angle of 15.93º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F16F40 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 64 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.05 |
| HSL | 15.93º | 0.86% | 0.6% | - |
| HSV(B) | 15.93º | 0.73% | 0.95% | - |
| XYZ | 42.89 | 30.44 | 8.47 | - |
| YUV | 144.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 64 | 0 | 0.54 | 0.73 | 0.05 | 15.93 | 0.86 | 0.6 |
| Hex | F1 | 6F | 40 | 0 | 36 | 49 | 5 | 10 | 56 | 3C |
| Octal | 361 | 157 | 100 | 0 | 66 | 111 | 5 | 20 | 126 | 74 |
| Binary | 11110001 | 1101111 | 1000000 | 0 | 110110 | 1001001 | 101 | 10000 | 1010110 | 111100 |
Color Harmonies of #F16F40
Complementary color
Monochromatic Colors of #F16F40
Black with #F16F40
Text Example
Text Example
White with #F16F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F40; }
p { color: rgb(241,111,64); }
H1.HeaderClassName
{
color: #F16F40;
}
.AnyTagClassName
{
color: #F16F40;
}
</style>
background-color css
<style>
a { background-color: #F16F40; }
a { background-color: rgb(241,111,64); }
div.DivClassName
{
background-color: #F16F40;
}
.BgClassName
{
background-color: #F16F40;
}
</style>
border-color css
<style>
span { border-color: #F16F40; }
span { border-color: rgb(241,111,64); }
td.TdClassName
{
border-color: #F16F40;
}
.TagClassName
{
border-color: #F16F40;
}
</style>