Shades of Burnt Sienna #F06C47
Tints of Burnt Sienna #F06C47
RGB
CMYK
RGB Variations
Color information
#F06C47 (or 0xF06C47) is known color: Burnt Sienna. HEX triplet: F0, 6C and 47. RGB value is (240,108,71). Sum of RGB (Red+Green+Blue) = 240+108+71=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C47 is #0F93B8. Grayscale: #8F8F8F. Windows color (decimal): -1020857 or 4680944. OLE color: 4680944.
HSL color Cylindrical-coordinate representation of color #F06C47: hue angle of 13.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F06C47 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 71 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.06 |
| HSL | 13.14º | 0.85% | 0.61% | - |
| HSV(B) | 13.14º | 0.7% | 0.94% | - |
| XYZ | 42.44 | 29.71 | 9.46 | - |
| YUV | 143.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 71 | 0 | 0.55 | 0.70 | 0.06 | 13.14 | 0.85 | 0.61 |
| Hex | F0 | 6C | 47 | 0 | 37 | 46 | 6 | D | 55 | 3D |
| Octal | 360 | 154 | 107 | 0 | 67 | 106 | 6 | 15 | 125 | 75 |
| Binary | 11110000 | 1101100 | 1000111 | 0 | 110111 | 1000110 | 110 | 1101 | 1010101 | 111101 |
Color Harmonies of #F06C47
Complementary color
Monochromatic Colors of #F06C47
Black with #F06C47
Text Example
Text Example
White with #F06C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C47; }
p { color: rgb(240,108,71); }
H1.HeaderClassName
{
color: #F06C47;
}
.AnyTagClassName
{
color: #F06C47;
}
</style>
background-color css
<style>
a { background-color: #F06C47; }
a { background-color: rgb(240,108,71); }
div.DivClassName
{
background-color: #F06C47;
}
.BgClassName
{
background-color: #F06C47;
}
</style>
border-color css
<style>
span { border-color: #F06C47; }
span { border-color: rgb(240,108,71); }
td.TdClassName
{
border-color: #F06C47;
}
.TagClassName
{
border-color: #F06C47;
}
</style>