Shades of Burnt Sienna #F0744C
Tints of Burnt Sienna #F0744C
RGB
CMYK
RGB Variations
Color information
#F0744C (or 0xF0744C) is known color: Burnt Sienna. HEX triplet: F0, 74 and 4C. RGB value is (240,116,76). Sum of RGB (Red+Green+Blue) = 240+116+76=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0744C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0744C is #0F8BB3. Grayscale: #949494. Windows color (decimal): -1018804 or 5010672. OLE color: 5010672.
HSL color Cylindrical-coordinate representation of color #F0744C: hue angle of 14.63º degrees, saturation: 0.85, 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 #F0744C is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 76 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.06 |
| HSL | 14.63º | 0.85% | 0.62% | - |
| HSV(B) | 14.63º | 0.68% | 0.94% | - |
| XYZ | 43.49 | 31.54 | 10.63 | - |
| YUV | 148.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 76 | 0 | 0.52 | 0.68 | 0.06 | 14.63 | 0.85 | 0.62 |
| Hex | F0 | 74 | 4C | 0 | 34 | 44 | 6 | F | 55 | 3E |
| Octal | 360 | 164 | 114 | 0 | 64 | 104 | 6 | 17 | 125 | 76 |
| Binary | 11110000 | 1110100 | 1001100 | 0 | 110100 | 1000100 | 110 | 1111 | 1010101 | 111110 |
Color Harmonies of #F0744C
Complementary color
Monochromatic Colors of #F0744C
Black with #F0744C
Text Example
Text Example
White with #F0744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0744C; }
p { color: rgb(240,116,76); }
H1.HeaderClassName
{
color: #F0744C;
}
.AnyTagClassName
{
color: #F0744C;
}
</style>
background-color css
<style>
a { background-color: #F0744C; }
a { background-color: rgb(240,116,76); }
div.DivClassName
{
background-color: #F0744C;
}
.BgClassName
{
background-color: #F0744C;
}
</style>
border-color css
<style>
span { border-color: #F0744C; }
span { border-color: rgb(240,116,76); }
td.TdClassName
{
border-color: #F0744C;
}
.TagClassName
{
border-color: #F0744C;
}
</style>