Shades of Burnt Sienna #F07A54
Tints of Burnt Sienna #F07A54
RGB
CMYK
RGB Variations
Color information
#F07A54 (or 0xF07A54) is known color: Burnt Sienna. HEX triplet: F0, 7A and 54. RGB value is (240,122,84). Sum of RGB (Red+Green+Blue) = 240+122+84=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A54 is #0F85AB. Grayscale: #999999. Windows color (decimal): -1017260 or 5536496. OLE color: 5536496.
HSL color Cylindrical-coordinate representation of color #F07A54: hue angle of 14.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F07A54 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 84 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.06 |
| HSL | 14.62º | 0.84% | 0.64% | - |
| HSV(B) | 14.62º | 0.65% | 0.94% | - |
| XYZ | 44.49 | 33.08 | 12.43 | - |
| YUV | 152.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 84 | 0 | 0.49 | 0.65 | 0.06 | 14.62 | 0.84 | 0.64 |
| Hex | F0 | 7A | 54 | 0 | 31 | 41 | 6 | F | 54 | 40 |
| Octal | 360 | 172 | 124 | 0 | 61 | 101 | 6 | 17 | 124 | 100 |
| Binary | 11110000 | 1111010 | 1010100 | 0 | 110001 | 1000001 | 110 | 1111 | 1010100 | 1000000 |
Color Harmonies of #F07A54
Complementary color
Monochromatic Colors of #F07A54
Black with #F07A54
Text Example
Text Example
White with #F07A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A54; }
p { color: rgb(240,122,84); }
H1.HeaderClassName
{
color: #F07A54;
}
.AnyTagClassName
{
color: #F07A54;
}
</style>
background-color css
<style>
a { background-color: #F07A54; }
a { background-color: rgb(240,122,84); }
div.DivClassName
{
background-color: #F07A54;
}
.BgClassName
{
background-color: #F07A54;
}
</style>
border-color css
<style>
span { border-color: #F07A54; }
span { border-color: rgb(240,122,84); }
td.TdClassName
{
border-color: #F07A54;
}
.TagClassName
{
border-color: #F07A54;
}
</style>