Shades of Burnt Sienna #F06F55
Tints of Burnt Sienna #F06F55
RGB
CMYK
RGB Variations
Color information
#F06F55 (or 0xF06F55) is known color: Burnt Sienna. HEX triplet: F0, 6F and 55. RGB value is (240,111,85). Sum of RGB (Red+Green+Blue) = 240+111+85=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F55 is #0F90AA. Grayscale: #929292. Windows color (decimal): -1020075 or 5599216. OLE color: 5599216.
HSL color Cylindrical-coordinate representation of color #F06F55: hue angle of 10.06º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06F55 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 85 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.06 |
| HSL | 10.06º | 0.84% | 0.64% | - |
| HSV(B) | 10.06º | 0.65% | 0.94% | - |
| XYZ | 43.26 | 30.55 | 12.21 | - |
| YUV | 146.61 | 93.24 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 85 | 0 | 0.54 | 0.65 | 0.06 | 10.06 | 0.84 | 0.64 |
| Hex | F0 | 6F | 55 | 0 | 36 | 41 | 6 | A | 54 | 40 |
| Octal | 360 | 157 | 125 | 0 | 66 | 101 | 6 | 12 | 124 | 100 |
| Binary | 11110000 | 1101111 | 1010101 | 0 | 110110 | 1000001 | 110 | 1010 | 1010100 | 1000000 |
Color Harmonies of #F06F55
Complementary color
Monochromatic Colors of #F06F55
Black with #F06F55
Text Example
Text Example
White with #F06F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F55; }
p { color: rgb(240,111,85); }
H1.HeaderClassName
{
color: #F06F55;
}
.AnyTagClassName
{
color: #F06F55;
}
</style>
background-color css
<style>
a { background-color: #F06F55; }
a { background-color: rgb(240,111,85); }
div.DivClassName
{
background-color: #F06F55;
}
.BgClassName
{
background-color: #F06F55;
}
</style>
border-color css
<style>
span { border-color: #F06F55; }
span { border-color: rgb(240,111,85); }
td.TdClassName
{
border-color: #F06F55;
}
.TagClassName
{
border-color: #F06F55;
}
</style>