Shades of Burnt Sienna #F0704C
Tints of Burnt Sienna #F0704C
RGB
CMYK
RGB Variations
Color information
#F0704C (or 0xF0704C) is known color: Burnt Sienna. HEX triplet: F0, 70 and 4C. RGB value is (240,112,76). Sum of RGB (Red+Green+Blue) = 240+112+76=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0704C is #0F8FB3. Grayscale: #929292. Windows color (decimal): -1019828 or 5009648. OLE color: 5009648.
HSL color Cylindrical-coordinate representation of color #F0704C: hue angle of 13.17º 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 #F0704C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 76 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.06 |
| HSL | 13.17º | 0.85% | 0.62% | - |
| HSV(B) | 13.17º | 0.68% | 0.94% | - |
| XYZ | 43.03 | 30.64 | 10.48 | - |
| YUV | 146.17 | 88.41 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 76 | 0 | 0.53 | 0.68 | 0.06 | 13.17 | 0.85 | 0.62 |
| Hex | F0 | 70 | 4C | 0 | 35 | 44 | 6 | D | 55 | 3E |
| Octal | 360 | 160 | 114 | 0 | 65 | 104 | 6 | 15 | 125 | 76 |
| Binary | 11110000 | 1110000 | 1001100 | 0 | 110101 | 1000100 | 110 | 1101 | 1010101 | 111110 |
Color Harmonies of #F0704C
Complementary color
Monochromatic Colors of #F0704C
Black with #F0704C
Text Example
Text Example
White with #F0704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0704C; }
p { color: rgb(240,112,76); }
H1.HeaderClassName
{
color: #F0704C;
}
.AnyTagClassName
{
color: #F0704C;
}
</style>
background-color css
<style>
a { background-color: #F0704C; }
a { background-color: rgb(240,112,76); }
div.DivClassName
{
background-color: #F0704C;
}
.BgClassName
{
background-color: #F0704C;
}
</style>
border-color css
<style>
span { border-color: #F0704C; }
span { border-color: rgb(240,112,76); }
td.TdClassName
{
border-color: #F0704C;
}
.TagClassName
{
border-color: #F0704C;
}
</style>