Shades of Burnt Sienna #F07A52
Tints of Burnt Sienna #F07A52
RGB
CMYK
RGB Variations
Color information
#F07A52 (or 0xF07A52) is known color: Burnt Sienna. HEX triplet: F0, 7A and 52. RGB value is (240,122,82). Sum of RGB (Red+Green+Blue) = 240+122+82=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A52 is #0F85AD. Grayscale: #999999. Windows color (decimal): -1017262 or 5405424. OLE color: 5405424.
HSL color Cylindrical-coordinate representation of color #F07A52: hue angle of 15.19º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F07A52 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 82 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.06 |
| HSL | 15.19º | 0.84% | 0.63% | - |
| HSV(B) | 15.19º | 0.66% | 0.94% | - |
| XYZ | 44.42 | 33.05 | 12.02 | - |
| YUV | 152.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 82 | 0 | 0.49 | 0.66 | 0.06 | 15.19 | 0.84 | 0.63 |
| Hex | F0 | 7A | 52 | 0 | 31 | 42 | 6 | F | 54 | 3F |
| Octal | 360 | 172 | 122 | 0 | 61 | 102 | 6 | 17 | 124 | 77 |
| Binary | 11110000 | 1111010 | 1010010 | 0 | 110001 | 1000010 | 110 | 1111 | 1010100 | 111111 |
Color Harmonies of #F07A52
Complementary color
Monochromatic Colors of #F07A52
Black with #F07A52
Text Example
Text Example
White with #F07A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A52; }
p { color: rgb(240,122,82); }
H1.HeaderClassName
{
color: #F07A52;
}
.AnyTagClassName
{
color: #F07A52;
}
</style>
background-color css
<style>
a { background-color: #F07A52; }
a { background-color: rgb(240,122,82); }
div.DivClassName
{
background-color: #F07A52;
}
.BgClassName
{
background-color: #F07A52;
}
</style>
border-color css
<style>
span { border-color: #F07A52; }
span { border-color: rgb(240,122,82); }
td.TdClassName
{
border-color: #F07A52;
}
.TagClassName
{
border-color: #F07A52;
}
</style>