Shades of Burnt Sienna #F06A4A
Tints of Burnt Sienna #F06A4A
RGB
CMYK
RGB Variations
Color information
#F06A4A (or 0xF06A4A) is known color: Burnt Sienna. HEX triplet: F0, 6A and 4A. RGB value is (240,106,74). Sum of RGB (Red+Green+Blue) = 240+106+74=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A4A is #0F95B5. Grayscale: #8E8E8E. Windows color (decimal): -1021366 or 4877040. OLE color: 4877040.
HSL color Cylindrical-coordinate representation of color #F06A4A: hue angle of 11.57º 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 #F06A4A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 74 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.06 |
| HSL | 11.57º | 0.85% | 0.62% | - |
| HSV(B) | 11.57º | 0.69% | 0.94% | - |
| XYZ | 42.33 | 29.33 | 9.91 | - |
| YUV | 142.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 74 | 0 | 0.56 | 0.69 | 0.06 | 11.57 | 0.85 | 0.62 |
| Hex | F0 | 6A | 4A | 0 | 38 | 45 | 6 | C | 55 | 3E |
| Octal | 360 | 152 | 112 | 0 | 70 | 105 | 6 | 14 | 125 | 76 |
| Binary | 11110000 | 1101010 | 1001010 | 0 | 111000 | 1000101 | 110 | 1100 | 1010101 | 111110 |
Color Harmonies of #F06A4A
Complementary color
Monochromatic Colors of #F06A4A
Black with #F06A4A
Text Example
Text Example
White with #F06A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A4A; }
p { color: rgb(240,106,74); }
H1.HeaderClassName
{
color: #F06A4A;
}
.AnyTagClassName
{
color: #F06A4A;
}
</style>
background-color css
<style>
a { background-color: #F06A4A; }
a { background-color: rgb(240,106,74); }
div.DivClassName
{
background-color: #F06A4A;
}
.BgClassName
{
background-color: #F06A4A;
}
</style>
border-color css
<style>
span { border-color: #F06A4A; }
span { border-color: rgb(240,106,74); }
td.TdClassName
{
border-color: #F06A4A;
}
.TagClassName
{
border-color: #F06A4A;
}
</style>