Shades of Burnt Sienna #F06D4D
Tints of Burnt Sienna #F06D4D
RGB
CMYK
RGB Variations
Color information
#F06D4D (or 0xF06D4D) is known color: Burnt Sienna. HEX triplet: F0, 6D and 4D. RGB value is (240,109,77). Sum of RGB (Red+Green+Blue) = 240+109+77=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D4D is #0F92B2. Grayscale: #909090. Windows color (decimal): -1020595 or 5074416. OLE color: 5074416.
HSL color Cylindrical-coordinate representation of color #F06D4D: hue angle of 11.78º degrees, saturation: 0.84, 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 #F06D4D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 77 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.06 |
| HSL | 11.78º | 0.84% | 0.62% | - |
| HSV(B) | 11.78º | 0.68% | 0.94% | - |
| XYZ | 42.74 | 30 | 10.56 | - |
| YUV | 144.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 77 | 0 | 0.55 | 0.68 | 0.06 | 11.78 | 0.84 | 0.62 |
| Hex | F0 | 6D | 4D | 0 | 37 | 44 | 6 | C | 54 | 3E |
| Octal | 360 | 155 | 115 | 0 | 67 | 104 | 6 | 14 | 124 | 76 |
| Binary | 11110000 | 1101101 | 1001101 | 0 | 110111 | 1000100 | 110 | 1100 | 1010100 | 111110 |
Color Harmonies of #F06D4D
Complementary color
Monochromatic Colors of #F06D4D
Black with #F06D4D
Text Example
Text Example
White with #F06D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D4D; }
p { color: rgb(240,109,77); }
H1.HeaderClassName
{
color: #F06D4D;
}
.AnyTagClassName
{
color: #F06D4D;
}
</style>
background-color css
<style>
a { background-color: #F06D4D; }
a { background-color: rgb(240,109,77); }
div.DivClassName
{
background-color: #F06D4D;
}
.BgClassName
{
background-color: #F06D4D;
}
</style>
border-color css
<style>
span { border-color: #F06D4D; }
span { border-color: rgb(240,109,77); }
td.TdClassName
{
border-color: #F06D4D;
}
.TagClassName
{
border-color: #F06D4D;
}
</style>