Shades of Burnt Sienna #F06E4F
Tints of Burnt Sienna #F06E4F
RGB
CMYK
RGB Variations
Color information
#F06E4F (or 0xF06E4F) is known color: Burnt Sienna. HEX triplet: F0, 6E and 4F. RGB value is (240,110,79). Sum of RGB (Red+Green+Blue) = 240+110+79=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E4F is #0F91B0. Grayscale: #919191. Windows color (decimal): -1020337 or 5205744. OLE color: 5205744.
HSL color Cylindrical-coordinate representation of color #F06E4F: hue angle of 11.55º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F06E4F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 79 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.06 |
| HSL | 11.55º | 0.84% | 0.63% | - |
| HSV(B) | 11.55º | 0.67% | 0.94% | - |
| XYZ | 42.92 | 30.24 | 10.97 | - |
| YUV | 145.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 79 | 0 | 0.54 | 0.67 | 0.06 | 11.55 | 0.84 | 0.63 |
| Hex | F0 | 6E | 4F | 0 | 36 | 43 | 6 | C | 54 | 3F |
| Octal | 360 | 156 | 117 | 0 | 66 | 103 | 6 | 14 | 124 | 77 |
| Binary | 11110000 | 1101110 | 1001111 | 0 | 110110 | 1000011 | 110 | 1100 | 1010100 | 111111 |
Color Harmonies of #F06E4F
Complementary color
Monochromatic Colors of #F06E4F
Black with #F06E4F
Text Example
Text Example
White with #F06E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E4F; }
p { color: rgb(240,110,79); }
H1.HeaderClassName
{
color: #F06E4F;
}
.AnyTagClassName
{
color: #F06E4F;
}
</style>
background-color css
<style>
a { background-color: #F06E4F; }
a { background-color: rgb(240,110,79); }
div.DivClassName
{
background-color: #F06E4F;
}
.BgClassName
{
background-color: #F06E4F;
}
</style>
border-color css
<style>
span { border-color: #F06E4F; }
span { border-color: rgb(240,110,79); }
td.TdClassName
{
border-color: #F06E4F;
}
.TagClassName
{
border-color: #F06E4F;
}
</style>