Shades of Burnt Sienna #F07750
Tints of Burnt Sienna #F07750
RGB
CMYK
RGB Variations
Color information
#F07750 (or 0xF07750) is known color: Burnt Sienna. HEX triplet: F0, 77 and 50. RGB value is (240,119,80). Sum of RGB (Red+Green+Blue) = 240+119+80=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F07750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07750 is #0F88AF. Grayscale: #979797. Windows color (decimal): -1018032 or 5273584. OLE color: 5273584.
HSL color Cylindrical-coordinate representation of color #F07750: hue angle of 14.62º 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 #F07750 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 80 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.06 |
| HSL | 14.63º | 0.84% | 0.63% | - |
| HSV(B) | 14.63º | 0.67% | 0.94% | - |
| XYZ | 43.98 | 32.3 | 11.51 | - |
| YUV | 150.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 80 | 0 | 0.50 | 0.67 | 0.06 | 14.63 | 0.84 | 0.63 |
| Hex | F0 | 77 | 50 | 0 | 32 | 43 | 6 | F | 54 | 3F |
| Octal | 360 | 167 | 120 | 0 | 62 | 103 | 6 | 17 | 124 | 77 |
| Binary | 11110000 | 1110111 | 1010000 | 0 | 110010 | 1000011 | 110 | 1111 | 1010100 | 111111 |
Color Harmonies of #F07750
Complementary color
Monochromatic Colors of #F07750
Black with #F07750
Text Example
Text Example
White with #F07750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07750; }
p { color: rgb(240,119,80); }
H1.HeaderClassName
{
color: #F07750;
}
.AnyTagClassName
{
color: #F07750;
}
</style>
background-color css
<style>
a { background-color: #F07750; }
a { background-color: rgb(240,119,80); }
div.DivClassName
{
background-color: #F07750;
}
.BgClassName
{
background-color: #F07750;
}
</style>
border-color css
<style>
span { border-color: #F07750; }
span { border-color: rgb(240,119,80); }
td.TdClassName
{
border-color: #F07750;
}
.TagClassName
{
border-color: #F07750;
}
</style>