Shades of Burnt Sienna #F0754F
Tints of Burnt Sienna #F0754F
RGB
CMYK
RGB Variations
Color information
#F0754F (or 0xF0754F) is known color: Burnt Sienna. HEX triplet: F0, 75 and 4F. RGB value is (240,117,79). Sum of RGB (Red+Green+Blue) = 240+117+79=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0754F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0754F is #0F8AB0. Grayscale: #959595. Windows color (decimal): -1018545 or 5207536. OLE color: 5207536.
HSL color Cylindrical-coordinate representation of color #F0754F: hue angle of 14.16º 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 #F0754F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 79 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.06 |
| HSL | 14.16º | 0.84% | 0.63% | - |
| HSV(B) | 14.16º | 0.67% | 0.94% | - |
| XYZ | 43.71 | 31.81 | 11.23 | - |
| YUV | 149.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 79 | 0 | 0.51 | 0.67 | 0.06 | 14.16 | 0.84 | 0.63 |
| Hex | F0 | 75 | 4F | 0 | 33 | 43 | 6 | E | 54 | 3F |
| Octal | 360 | 165 | 117 | 0 | 63 | 103 | 6 | 16 | 124 | 77 |
| Binary | 11110000 | 1110101 | 1001111 | 0 | 110011 | 1000011 | 110 | 1110 | 1010100 | 111111 |
Color Harmonies of #F0754F
Complementary color
Monochromatic Colors of #F0754F
Black with #F0754F
Text Example
Text Example
White with #F0754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0754F; }
p { color: rgb(240,117,79); }
H1.HeaderClassName
{
color: #F0754F;
}
.AnyTagClassName
{
color: #F0754F;
}
</style>
background-color css
<style>
a { background-color: #F0754F; }
a { background-color: rgb(240,117,79); }
div.DivClassName
{
background-color: #F0754F;
}
.BgClassName
{
background-color: #F0754F;
}
</style>
border-color css
<style>
span { border-color: #F0754F; }
span { border-color: rgb(240,117,79); }
td.TdClassName
{
border-color: #F0754F;
}
.TagClassName
{
border-color: #F0754F;
}
</style>