Shades of Burnt Sienna #F07A4A
Tints of Burnt Sienna #F07A4A
RGB
CMYK
RGB Variations
Color information
#F07A4A (or 0xF07A4A) is known color: Burnt Sienna. HEX triplet: F0, 7A and 4A. RGB value is (240,122,74). Sum of RGB (Red+Green+Blue) = 240+122+74=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A4A is #0F85B5. Grayscale: #989898. Windows color (decimal): -1017270 or 4881136. OLE color: 4881136.
HSL color Cylindrical-coordinate representation of color #F07A4A: hue angle of 17.35º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F07A4A is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 74 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.06 |
| HSL | 17.35º | 0.85% | 0.62% | - |
| HSV(B) | 17.35º | 0.69% | 0.94% | - |
| XYZ | 44.13 | 32.94 | 10.51 | - |
| YUV | 151.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 74 | 0 | 0.49 | 0.69 | 0.06 | 17.35 | 0.85 | 0.62 |
| Hex | F0 | 7A | 4A | 0 | 31 | 45 | 6 | 11 | 55 | 3E |
| Octal | 360 | 172 | 112 | 0 | 61 | 105 | 6 | 21 | 125 | 76 |
| Binary | 11110000 | 1111010 | 1001010 | 0 | 110001 | 1000101 | 110 | 10001 | 1010101 | 111110 |
Color Harmonies of #F07A4A
Complementary color
Monochromatic Colors of #F07A4A
Black with #F07A4A
Text Example
Text Example
White with #F07A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A4A; }
p { color: rgb(240,122,74); }
H1.HeaderClassName
{
color: #F07A4A;
}
.AnyTagClassName
{
color: #F07A4A;
}
</style>
background-color css
<style>
a { background-color: #F07A4A; }
a { background-color: rgb(240,122,74); }
div.DivClassName
{
background-color: #F07A4A;
}
.BgClassName
{
background-color: #F07A4A;
}
</style>
border-color css
<style>
span { border-color: #F07A4A; }
span { border-color: rgb(240,122,74); }
td.TdClassName
{
border-color: #F07A4A;
}
.TagClassName
{
border-color: #F07A4A;
}
</style>