Shades of Burnt Sienna #F06F47
Tints of Burnt Sienna #F06F47
RGB
CMYK
RGB Variations
Color information
#F06F47 (or 0xF06F47) is known color: Burnt Sienna. HEX triplet: F0, 6F and 47. RGB value is (240,111,71). Sum of RGB (Red+Green+Blue) = 240+111+71=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F47 is #0F90B8. Grayscale: #919191. Windows color (decimal): -1020089 or 4681712. OLE color: 4681712.
HSL color Cylindrical-coordinate representation of color #F06F47: hue angle of 14.2º 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 #F06F47 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 71 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.06 |
| HSL | 14.2º | 0.85% | 0.61% | - |
| HSV(B) | 14.2º | 0.7% | 0.94% | - |
| XYZ | 42.76 | 30.35 | 9.57 | - |
| YUV | 145.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 71 | 0 | 0.54 | 0.70 | 0.06 | 14.2 | 0.85 | 0.61 |
| Hex | F0 | 6F | 47 | 0 | 36 | 46 | 6 | E | 55 | 3D |
| Octal | 360 | 157 | 107 | 0 | 66 | 106 | 6 | 16 | 125 | 75 |
| Binary | 11110000 | 1101111 | 1000111 | 0 | 110110 | 1000110 | 110 | 1110 | 1010101 | 111101 |
Color Harmonies of #F06F47
Complementary color
Monochromatic Colors of #F06F47
Black with #F06F47
Text Example
Text Example
White with #F06F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F47; }
p { color: rgb(240,111,71); }
H1.HeaderClassName
{
color: #F06F47;
}
.AnyTagClassName
{
color: #F06F47;
}
</style>
background-color css
<style>
a { background-color: #F06F47; }
a { background-color: rgb(240,111,71); }
div.DivClassName
{
background-color: #F06F47;
}
.BgClassName
{
background-color: #F06F47;
}
</style>
border-color css
<style>
span { border-color: #F06F47; }
span { border-color: rgb(240,111,71); }
td.TdClassName
{
border-color: #F06F47;
}
.TagClassName
{
border-color: #F06F47;
}
</style>