Shades of Burnt Sienna #F0714D
Tints of Burnt Sienna #F0714D
RGB
CMYK
RGB Variations
Color information
#F0714D (or 0xF0714D) is known color: Burnt Sienna. HEX triplet: F0, 71 and 4D. RGB value is (240,113,77). Sum of RGB (Red+Green+Blue) = 240+113+77=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0714D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0714D is #0F8EB2. Grayscale: #939393. Windows color (decimal): -1019571 or 5075440. OLE color: 5075440.
HSL color Cylindrical-coordinate representation of color #F0714D: hue angle of 13.25º 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 #F0714D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 77 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.06 |
| HSL | 13.25º | 0.84% | 0.62% | - |
| HSV(B) | 13.25º | 0.68% | 0.94% | - |
| XYZ | 43.18 | 30.87 | 10.7 | - |
| YUV | 146.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 77 | 0 | 0.53 | 0.68 | 0.06 | 13.25 | 0.84 | 0.62 |
| Hex | F0 | 71 | 4D | 0 | 35 | 44 | 6 | D | 54 | 3E |
| Octal | 360 | 161 | 115 | 0 | 65 | 104 | 6 | 15 | 124 | 76 |
| Binary | 11110000 | 1110001 | 1001101 | 0 | 110101 | 1000100 | 110 | 1101 | 1010100 | 111110 |
Color Harmonies of #F0714D
Complementary color
Monochromatic Colors of #F0714D
Black with #F0714D
Text Example
Text Example
White with #F0714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0714D; }
p { color: rgb(240,113,77); }
H1.HeaderClassName
{
color: #F0714D;
}
.AnyTagClassName
{
color: #F0714D;
}
</style>
background-color css
<style>
a { background-color: #F0714D; }
a { background-color: rgb(240,113,77); }
div.DivClassName
{
background-color: #F0714D;
}
.BgClassName
{
background-color: #F0714D;
}
</style>
border-color css
<style>
span { border-color: #F0714D; }
span { border-color: rgb(240,113,77); }
td.TdClassName
{
border-color: #F0714D;
}
.TagClassName
{
border-color: #F0714D;
}
</style>