Shades of Burnt Sienna #F06E4C
Tints of Burnt Sienna #F06E4C
RGB
CMYK
RGB Variations
Color information
#F06E4C (or 0xF06E4C) is known color: Burnt Sienna. HEX triplet: F0, 6E and 4C. RGB value is (240,110,76). Sum of RGB (Red+Green+Blue) = 240+110+76=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E4C is #0F91B3. Grayscale: #919191. Windows color (decimal): -1020340 or 5009136. OLE color: 5009136.
HSL color Cylindrical-coordinate representation of color #F06E4C: hue angle of 12.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F06E4C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 76 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.06 |
| HSL | 12.44º | 0.85% | 0.62% | - |
| HSV(B) | 12.44º | 0.68% | 0.94% | - |
| XYZ | 42.82 | 30.2 | 10.41 | - |
| YUV | 144.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 76 | 0 | 0.54 | 0.68 | 0.06 | 12.44 | 0.85 | 0.62 |
| Hex | F0 | 6E | 4C | 0 | 36 | 44 | 6 | C | 55 | 3E |
| Octal | 360 | 156 | 114 | 0 | 66 | 104 | 6 | 14 | 125 | 76 |
| Binary | 11110000 | 1101110 | 1001100 | 0 | 110110 | 1000100 | 110 | 1100 | 1010101 | 111110 |
Color Harmonies of #F06E4C
Complementary color
Monochromatic Colors of #F06E4C
Black with #F06E4C
Text Example
Text Example
White with #F06E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E4C; }
p { color: rgb(240,110,76); }
H1.HeaderClassName
{
color: #F06E4C;
}
.AnyTagClassName
{
color: #F06E4C;
}
</style>
background-color css
<style>
a { background-color: #F06E4C; }
a { background-color: rgb(240,110,76); }
div.DivClassName
{
background-color: #F06E4C;
}
.BgClassName
{
background-color: #F06E4C;
}
</style>
border-color css
<style>
span { border-color: #F06E4C; }
span { border-color: rgb(240,110,76); }
td.TdClassName
{
border-color: #F06E4C;
}
.TagClassName
{
border-color: #F06E4C;
}
</style>