Shades of Burnt Sienna #F06F50
Tints of Burnt Sienna #F06F50
RGB
CMYK
RGB Variations
Color information
#F06F50 (or 0xF06F50) is known color: Burnt Sienna. HEX triplet: F0, 6F and 50. RGB value is (240,111,80). Sum of RGB (Red+Green+Blue) = 240+111+80=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F50 is #0F90AF. Grayscale: #929292. Windows color (decimal): -1020080 or 5271536. OLE color: 5271536.
HSL color Cylindrical-coordinate representation of color #F06F50: hue angle of 11.62º 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 #F06F50 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 80 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.06 |
| HSL | 11.63º | 0.84% | 0.63% | - |
| HSV(B) | 11.63º | 0.67% | 0.94% | - |
| XYZ | 43.07 | 30.47 | 11.2 | - |
| YUV | 146.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 80 | 0 | 0.54 | 0.67 | 0.06 | 11.63 | 0.84 | 0.63 |
| Hex | F0 | 6F | 50 | 0 | 36 | 43 | 6 | C | 54 | 3F |
| Octal | 360 | 157 | 120 | 0 | 66 | 103 | 6 | 14 | 124 | 77 |
| Binary | 11110000 | 1101111 | 1010000 | 0 | 110110 | 1000011 | 110 | 1100 | 1010100 | 111111 |
Color Harmonies of #F06F50
Complementary color
Monochromatic Colors of #F06F50
Black with #F06F50
Text Example
Text Example
White with #F06F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F50; }
p { color: rgb(240,111,80); }
H1.HeaderClassName
{
color: #F06F50;
}
.AnyTagClassName
{
color: #F06F50;
}
</style>
background-color css
<style>
a { background-color: #F06F50; }
a { background-color: rgb(240,111,80); }
div.DivClassName
{
background-color: #F06F50;
}
.BgClassName
{
background-color: #F06F50;
}
</style>
border-color css
<style>
span { border-color: #F06F50; }
span { border-color: rgb(240,111,80); }
td.TdClassName
{
border-color: #F06F50;
}
.TagClassName
{
border-color: #F06F50;
}
</style>