Shades of Burnt Sienna #F06A4D
Tints of Burnt Sienna #F06A4D
RGB
CMYK
RGB Variations
Color information
#F06A4D (or 0xF06A4D) is known color: Burnt Sienna. HEX triplet: F0, 6A and 4D. RGB value is (240,106,77). Sum of RGB (Red+Green+Blue) = 240+106+77=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A4D is #0F95B2. Grayscale: #8F8F8F. Windows color (decimal): -1021363 or 5073648. OLE color: 5073648.
HSL color Cylindrical-coordinate representation of color #F06A4D: hue angle of 10.67º 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 #F06A4D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 77 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.06 |
| HSL | 10.67º | 0.84% | 0.62% | - |
| HSV(B) | 10.67º | 0.68% | 0.94% | - |
| XYZ | 42.43 | 29.37 | 10.45 | - |
| YUV | 142.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 77 | 0 | 0.56 | 0.68 | 0.06 | 10.67 | 0.84 | 0.62 |
| Hex | F0 | 6A | 4D | 0 | 38 | 44 | 6 | B | 54 | 3E |
| Octal | 360 | 152 | 115 | 0 | 70 | 104 | 6 | 13 | 124 | 76 |
| Binary | 11110000 | 1101010 | 1001101 | 0 | 111000 | 1000100 | 110 | 1011 | 1010100 | 111110 |
Color Harmonies of #F06A4D
Complementary color
Monochromatic Colors of #F06A4D
Black with #F06A4D
Text Example
Text Example
White with #F06A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A4D; }
p { color: rgb(240,106,77); }
H1.HeaderClassName
{
color: #F06A4D;
}
.AnyTagClassName
{
color: #F06A4D;
}
</style>
background-color css
<style>
a { background-color: #F06A4D; }
a { background-color: rgb(240,106,77); }
div.DivClassName
{
background-color: #F06A4D;
}
.BgClassName
{
background-color: #F06A4D;
}
</style>
border-color css
<style>
span { border-color: #F06A4D; }
span { border-color: rgb(240,106,77); }
td.TdClassName
{
border-color: #F06A4D;
}
.TagClassName
{
border-color: #F06A4D;
}
</style>