Shades of Burnt Sienna #F0744D
Tints of Burnt Sienna #F0744D
RGB
CMYK
RGB Variations
Color information
#F0744D (or 0xF0744D) is known color: Burnt Sienna. HEX triplet: F0, 74 and 4D. RGB value is (240,116,77). Sum of RGB (Red+Green+Blue) = 240+116+77=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0744D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0744D is #0F8BB2. Grayscale: #949494. Windows color (decimal): -1018803 or 5076208. OLE color: 5076208.
HSL color Cylindrical-coordinate representation of color #F0744D: hue angle of 14.36º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0744D is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 77 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.06 |
| HSL | 14.36º | 0.84% | 0.62% | - |
| HSV(B) | 14.36º | 0.68% | 0.94% | - |
| XYZ | 43.52 | 31.55 | 10.82 | - |
| YUV | 148.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 77 | 0 | 0.52 | 0.68 | 0.06 | 14.36 | 0.84 | 0.62 |
| Hex | F0 | 74 | 4D | 0 | 34 | 44 | 6 | E | 54 | 3E |
| Octal | 360 | 164 | 115 | 0 | 64 | 104 | 6 | 16 | 124 | 76 |
| Binary | 11110000 | 1110100 | 1001101 | 0 | 110100 | 1000100 | 110 | 1110 | 1010100 | 111110 |
Color Harmonies of #F0744D
Complementary color
Monochromatic Colors of #F0744D
Black with #F0744D
Text Example
Text Example
White with #F0744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0744D; }
p { color: rgb(240,116,77); }
H1.HeaderClassName
{
color: #F0744D;
}
.AnyTagClassName
{
color: #F0744D;
}
</style>
background-color css
<style>
a { background-color: #F0744D; }
a { background-color: rgb(240,116,77); }
div.DivClassName
{
background-color: #F0744D;
}
.BgClassName
{
background-color: #F0744D;
}
</style>
border-color css
<style>
span { border-color: #F0744D; }
span { border-color: rgb(240,116,77); }
td.TdClassName
{
border-color: #F0744D;
}
.TagClassName
{
border-color: #F0744D;
}
</style>