Shades of Burnt Sienna #F06C51
Tints of Burnt Sienna #F06C51
RGB
CMYK
RGB Variations
Color information
#F06C51 (or 0xF06C51) is known color: Burnt Sienna. HEX triplet: F0, 6C and 51. RGB value is (240,108,81). Sum of RGB (Red+Green+Blue) = 240+108+81=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C51 is #0F93AE. Grayscale: #909090. Windows color (decimal): -1020847 or 5336304. OLE color: 5336304.
HSL color Cylindrical-coordinate representation of color #F06C51: hue angle of 10.19º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F06C51 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 81 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.06 |
| HSL | 10.19º | 0.84% | 0.63% | - |
| HSV(B) | 10.19º | 0.66% | 0.94% | - |
| XYZ | 42.78 | 29.84 | 11.29 | - |
| YUV | 144.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 81 | 0 | 0.55 | 0.66 | 0.06 | 10.19 | 0.84 | 0.63 |
| Hex | F0 | 6C | 51 | 0 | 37 | 42 | 6 | A | 54 | 3F |
| Octal | 360 | 154 | 121 | 0 | 67 | 102 | 6 | 12 | 124 | 77 |
| Binary | 11110000 | 1101100 | 1010001 | 0 | 110111 | 1000010 | 110 | 1010 | 1010100 | 111111 |
Color Harmonies of #F06C51
Complementary color
Monochromatic Colors of #F06C51
Black with #F06C51
Text Example
Text Example
White with #F06C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C51; }
p { color: rgb(240,108,81); }
H1.HeaderClassName
{
color: #F06C51;
}
.AnyTagClassName
{
color: #F06C51;
}
</style>
background-color css
<style>
a { background-color: #F06C51; }
a { background-color: rgb(240,108,81); }
div.DivClassName
{
background-color: #F06C51;
}
.BgClassName
{
background-color: #F06C51;
}
</style>
border-color css
<style>
span { border-color: #F06C51; }
span { border-color: rgb(240,108,81); }
td.TdClassName
{
border-color: #F06C51;
}
.TagClassName
{
border-color: #F06C51;
}
</style>