Shades of Burnt Sienna #F07550
Tints of Burnt Sienna #F07550
RGB
CMYK
RGB Variations
Color information
#F07550 (or 0xF07550) is known color: Burnt Sienna. HEX triplet: F0, 75 and 50. RGB value is (240,117,80). Sum of RGB (Red+Green+Blue) = 240+117+80=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F07550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07550 is #0F8AAF. Grayscale: #959595. Windows color (decimal): -1018544 or 5273072. OLE color: 5273072.
HSL color Cylindrical-coordinate representation of color #F07550: hue angle of 13.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F07550 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 80 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.06 |
| HSL | 13.88º | 0.84% | 0.63% | - |
| HSV(B) | 13.88º | 0.67% | 0.94% | - |
| XYZ | 43.74 | 31.83 | 11.43 | - |
| YUV | 149.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 80 | 0 | 0.51 | 0.67 | 0.06 | 13.88 | 0.84 | 0.63 |
| Hex | F0 | 75 | 50 | 0 | 33 | 43 | 6 | E | 54 | 3F |
| Octal | 360 | 165 | 120 | 0 | 63 | 103 | 6 | 16 | 124 | 77 |
| Binary | 11110000 | 1110101 | 1010000 | 0 | 110011 | 1000011 | 110 | 1110 | 1010100 | 111111 |
Color Harmonies of #F07550
Complementary color
Monochromatic Colors of #F07550
Black with #F07550
Text Example
Text Example
White with #F07550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07550; }
p { color: rgb(240,117,80); }
H1.HeaderClassName
{
color: #F07550;
}
.AnyTagClassName
{
color: #F07550;
}
</style>
background-color css
<style>
a { background-color: #F07550; }
a { background-color: rgb(240,117,80); }
div.DivClassName
{
background-color: #F07550;
}
.BgClassName
{
background-color: #F07550;
}
</style>
border-color css
<style>
span { border-color: #F07550; }
span { border-color: rgb(240,117,80); }
td.TdClassName
{
border-color: #F07550;
}
.TagClassName
{
border-color: #F07550;
}
</style>