Shades of Burnt Sienna #F07558
Tints of Burnt Sienna #F07558
RGB
CMYK
RGB Variations
Color information
#F07558 (or 0xF07558) is known color: Burnt Sienna. HEX triplet: F0, 75 and 58. RGB value is (240,117,88). Sum of RGB (Red+Green+Blue) = 240+117+88=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F07558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07558 is #0F8AA7. Grayscale: #969696. Windows color (decimal): -1018536 or 5797360. OLE color: 5797360.
HSL color Cylindrical-coordinate representation of color #F07558: hue angle of 11.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F07558 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 88 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.06 |
| HSL | 11.45º | 0.84% | 0.64% | - |
| HSV(B) | 11.45º | 0.63% | 0.94% | - |
| XYZ | 44.06 | 31.95 | 13.08 | - |
| YUV | 150.47 | 92.75 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 88 | 0 | 0.51 | 0.63 | 0.06 | 11.45 | 0.84 | 0.64 |
| Hex | F0 | 75 | 58 | 0 | 33 | 3F | 6 | B | 54 | 40 |
| Octal | 360 | 165 | 130 | 0 | 63 | 77 | 6 | 13 | 124 | 100 |
| Binary | 11110000 | 1110101 | 1011000 | 0 | 110011 | 111111 | 110 | 1011 | 1010100 | 1000000 |
Color Harmonies of #F07558
Complementary color
Monochromatic Colors of #F07558
Black with #F07558
Text Example
Text Example
White with #F07558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07558; }
p { color: rgb(240,117,88); }
H1.HeaderClassName
{
color: #F07558;
}
.AnyTagClassName
{
color: #F07558;
}
</style>
background-color css
<style>
a { background-color: #F07558; }
a { background-color: rgb(240,117,88); }
div.DivClassName
{
background-color: #F07558;
}
.BgClassName
{
background-color: #F07558;
}
</style>
border-color css
<style>
span { border-color: #F07558; }
span { border-color: rgb(240,117,88); }
td.TdClassName
{
border-color: #F07558;
}
.TagClassName
{
border-color: #F07558;
}
</style>