Shades of Burnt Sienna #F0744F
Tints of Burnt Sienna #F0744F
RGB
CMYK
RGB Variations
Color information
#F0744F (or 0xF0744F) is known color: Burnt Sienna. HEX triplet: F0, 74 and 4F. RGB value is (240,116,79). Sum of RGB (Red+Green+Blue) = 240+116+79=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0744F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0744F is #0F8BB0. Grayscale: #959595. Windows color (decimal): -1018801 or 5207280. OLE color: 5207280.
HSL color Cylindrical-coordinate representation of color #F0744F: hue angle of 13.79º 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 #F0744F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 79 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.06 |
| HSL | 13.79º | 0.84% | 0.63% | - |
| HSV(B) | 13.79º | 0.67% | 0.94% | - |
| XYZ | 43.59 | 31.58 | 11.2 | - |
| YUV | 148.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 79 | 0 | 0.52 | 0.67 | 0.06 | 13.79 | 0.84 | 0.63 |
| Hex | F0 | 74 | 4F | 0 | 34 | 43 | 6 | E | 54 | 3F |
| Octal | 360 | 164 | 117 | 0 | 64 | 103 | 6 | 16 | 124 | 77 |
| Binary | 11110000 | 1110100 | 1001111 | 0 | 110100 | 1000011 | 110 | 1110 | 1010100 | 111111 |
Color Harmonies of #F0744F
Complementary color
Monochromatic Colors of #F0744F
Black with #F0744F
Text Example
Text Example
White with #F0744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0744F; }
p { color: rgb(240,116,79); }
H1.HeaderClassName
{
color: #F0744F;
}
.AnyTagClassName
{
color: #F0744F;
}
</style>
background-color css
<style>
a { background-color: #F0744F; }
a { background-color: rgb(240,116,79); }
div.DivClassName
{
background-color: #F0744F;
}
.BgClassName
{
background-color: #F0744F;
}
</style>
border-color css
<style>
span { border-color: #F0744F; }
span { border-color: rgb(240,116,79); }
td.TdClassName
{
border-color: #F0744F;
}
.TagClassName
{
border-color: #F0744F;
}
</style>