Shades of Burnt Sienna #F0714E
Tints of Burnt Sienna #F0714E
RGB
CMYK
RGB Variations
Color information
#F0714E (or 0xF0714E) is known color: Burnt Sienna. HEX triplet: F0, 71 and 4E. RGB value is (240,113,78). Sum of RGB (Red+Green+Blue) = 240+113+78=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0714E is #0F8EB1. Grayscale: #939393. Windows color (decimal): -1019570 or 5140976. OLE color: 5140976.
HSL color Cylindrical-coordinate representation of color #F0714E: hue angle of 12.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0714E is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 78 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.06 |
| HSL | 12.96º | 0.84% | 0.62% | - |
| HSV(B) | 12.96º | 0.68% | 0.94% | - |
| XYZ | 43.22 | 30.89 | 10.89 | - |
| YUV | 146.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 78 | 0 | 0.53 | 0.68 | 0.06 | 12.96 | 0.84 | 0.62 |
| Hex | F0 | 71 | 4E | 0 | 35 | 44 | 6 | D | 54 | 3E |
| Octal | 360 | 161 | 116 | 0 | 65 | 104 | 6 | 15 | 124 | 76 |
| Binary | 11110000 | 1110001 | 1001110 | 0 | 110101 | 1000100 | 110 | 1101 | 1010100 | 111110 |
Color Harmonies of #F0714E
Complementary color
Monochromatic Colors of #F0714E
Black with #F0714E
Text Example
Text Example
White with #F0714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0714E; }
p { color: rgb(240,113,78); }
H1.HeaderClassName
{
color: #F0714E;
}
.AnyTagClassName
{
color: #F0714E;
}
</style>
background-color css
<style>
a { background-color: #F0714E; }
a { background-color: rgb(240,113,78); }
div.DivClassName
{
background-color: #F0714E;
}
.BgClassName
{
background-color: #F0714E;
}
</style>
border-color css
<style>
span { border-color: #F0714E; }
span { border-color: rgb(240,113,78); }
td.TdClassName
{
border-color: #F0714E;
}
.TagClassName
{
border-color: #F0714E;
}
</style>