Shades of Burnt Sienna #F0754C
Tints of Burnt Sienna #F0754C
RGB
CMYK
RGB Variations
Color information
#F0754C (or 0xF0754C) is known color: Burnt Sienna. HEX triplet: F0, 75 and 4C. RGB value is (240,117,76). Sum of RGB (Red+Green+Blue) = 240+117+76=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0754C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0754C is #0F8AB3. Grayscale: #959595. Windows color (decimal): -1018548 or 5010928. OLE color: 5010928.
HSL color Cylindrical-coordinate representation of color #F0754C: hue angle of 15º 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 #F0754C is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 76 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.06 |
| HSL | 15º | 0.85% | 0.62% | - |
| HSV(B) | 15º | 0.68% | 0.94% | - |
| XYZ | 43.6 | 31.77 | 10.67 | - |
| YUV | 149.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 76 | 0 | 0.51 | 0.68 | 0.06 | 15 | 0.85 | 0.62 |
| Hex | F0 | 75 | 4C | 0 | 33 | 44 | 6 | F | 55 | 3E |
| Octal | 360 | 165 | 114 | 0 | 63 | 104 | 6 | 17 | 125 | 76 |
| Binary | 11110000 | 1110101 | 1001100 | 0 | 110011 | 1000100 | 110 | 1111 | 1010101 | 111110 |
Color Harmonies of #F0754C
Complementary color
Monochromatic Colors of #F0754C
Black with #F0754C
Text Example
Text Example
White with #F0754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0754C; }
p { color: rgb(240,117,76); }
H1.HeaderClassName
{
color: #F0754C;
}
.AnyTagClassName
{
color: #F0754C;
}
</style>
background-color css
<style>
a { background-color: #F0754C; }
a { background-color: rgb(240,117,76); }
div.DivClassName
{
background-color: #F0754C;
}
.BgClassName
{
background-color: #F0754C;
}
</style>
border-color css
<style>
span { border-color: #F0754C; }
span { border-color: rgb(240,117,76); }
td.TdClassName
{
border-color: #F0754C;
}
.TagClassName
{
border-color: #F0754C;
}
</style>