Shades of Burnt Sienna #F07A4D
Tints of Burnt Sienna #F07A4D
RGB
CMYK
RGB Variations
Color information
#F07A4D (or 0xF07A4D) is known color: Burnt Sienna. HEX triplet: F0, 7A and 4D. RGB value is (240,122,77). Sum of RGB (Red+Green+Blue) = 240+122+77=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A4D is #0F85B2. Grayscale: #989898. Windows color (decimal): -1017267 or 5077744. OLE color: 5077744.
HSL color Cylindrical-coordinate representation of color #F07A4D: hue angle of 16.56º 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 #F07A4D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 77 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.06 |
| HSL | 16.56º | 0.84% | 0.62% | - |
| HSV(B) | 16.56º | 0.68% | 0.94% | - |
| XYZ | 44.23 | 32.98 | 11.06 | - |
| YUV | 152.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 77 | 0 | 0.49 | 0.68 | 0.06 | 16.56 | 0.84 | 0.62 |
| Hex | F0 | 7A | 4D | 0 | 31 | 44 | 6 | 11 | 54 | 3E |
| Octal | 360 | 172 | 115 | 0 | 61 | 104 | 6 | 21 | 124 | 76 |
| Binary | 11110000 | 1111010 | 1001101 | 0 | 110001 | 1000100 | 110 | 10001 | 1010100 | 111110 |
Color Harmonies of #F07A4D
Complementary color
Monochromatic Colors of #F07A4D
Black with #F07A4D
Text Example
Text Example
White with #F07A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A4D; }
p { color: rgb(240,122,77); }
H1.HeaderClassName
{
color: #F07A4D;
}
.AnyTagClassName
{
color: #F07A4D;
}
</style>
background-color css
<style>
a { background-color: #F07A4D; }
a { background-color: rgb(240,122,77); }
div.DivClassName
{
background-color: #F07A4D;
}
.BgClassName
{
background-color: #F07A4D;
}
</style>
border-color css
<style>
span { border-color: #F07A4D; }
span { border-color: rgb(240,122,77); }
td.TdClassName
{
border-color: #F07A4D;
}
.TagClassName
{
border-color: #F07A4D;
}
</style>