Shades of Burnt Sienna #F06C58
Tints of Burnt Sienna #F06C58
RGB
CMYK
RGB Variations
Color information
#F06C58 (or 0xF06C58) is known color: Burnt Sienna. HEX triplet: F0, 6C and 58. RGB value is (240,108,88). Sum of RGB (Red+Green+Blue) = 240+108+88=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C58 is #0F93A7. Grayscale: #919191. Windows color (decimal): -1020840 or 5795056. OLE color: 5795056.
HSL color Cylindrical-coordinate representation of color #F06C58: hue angle of 7.89º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06C58 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 88 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.06 |
| HSL | 7.89º | 0.84% | 0.64% | - |
| HSV(B) | 7.89º | 0.63% | 0.94% | - |
| XYZ | 43.06 | 29.95 | 12.74 | - |
| YUV | 145.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 88 | 0 | 0.55 | 0.63 | 0.06 | 7.89 | 0.84 | 0.64 |
| Hex | F0 | 6C | 58 | 0 | 37 | 3F | 6 | 8 | 54 | 40 |
| Octal | 360 | 154 | 130 | 0 | 67 | 77 | 6 | 10 | 124 | 100 |
| Binary | 11110000 | 1101100 | 1011000 | 0 | 110111 | 111111 | 110 | 1000 | 1010100 | 1000000 |
Color Harmonies of #F06C58
Complementary color
Monochromatic Colors of #F06C58
Black with #F06C58
Text Example
Text Example
White with #F06C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C58; }
p { color: rgb(240,108,88); }
H1.HeaderClassName
{
color: #F06C58;
}
.AnyTagClassName
{
color: #F06C58;
}
</style>
background-color css
<style>
a { background-color: #F06C58; }
a { background-color: rgb(240,108,88); }
div.DivClassName
{
background-color: #F06C58;
}
.BgClassName
{
background-color: #F06C58;
}
</style>
border-color css
<style>
span { border-color: #F06C58; }
span { border-color: rgb(240,108,88); }
td.TdClassName
{
border-color: #F06C58;
}
.TagClassName
{
border-color: #F06C58;
}
</style>