Shades of Burnt Sienna #F07C53
Tints of Burnt Sienna #F07C53
RGB
CMYK
RGB Variations
Color information
#F07C53 (or 0xF07C53) is known color: Burnt Sienna. HEX triplet: F0, 7C and 53. RGB value is (240,124,83). Sum of RGB (Red+Green+Blue) = 240+124+83=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C53 is #0F83AC. Grayscale: #9A9A9A. Windows color (decimal): -1016749 or 5471472. OLE color: 5471472.
HSL color Cylindrical-coordinate representation of color #F07C53: hue angle of 15.67º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F07C53 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 83 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.06 |
| HSL | 15.67º | 0.84% | 0.63% | - |
| HSV(B) | 15.67º | 0.65% | 0.94% | - |
| XYZ | 44.7 | 33.57 | 12.31 | - |
| YUV | 154.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 83 | 0 | 0.48 | 0.65 | 0.06 | 15.67 | 0.84 | 0.63 |
| Hex | F0 | 7C | 53 | 0 | 30 | 41 | 6 | 10 | 54 | 3F |
| Octal | 360 | 174 | 123 | 0 | 60 | 101 | 6 | 20 | 124 | 77 |
| Binary | 11110000 | 1111100 | 1010011 | 0 | 110000 | 1000001 | 110 | 10000 | 1010100 | 111111 |
Color Harmonies of #F07C53
Complementary color
Monochromatic Colors of #F07C53
Black with #F07C53
Text Example
Text Example
White with #F07C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C53; }
p { color: rgb(240,124,83); }
H1.HeaderClassName
{
color: #F07C53;
}
.AnyTagClassName
{
color: #F07C53;
}
</style>
background-color css
<style>
a { background-color: #F07C53; }
a { background-color: rgb(240,124,83); }
div.DivClassName
{
background-color: #F07C53;
}
.BgClassName
{
background-color: #F07C53;
}
</style>
border-color css
<style>
span { border-color: #F07C53; }
span { border-color: rgb(240,124,83); }
td.TdClassName
{
border-color: #F07C53;
}
.TagClassName
{
border-color: #F07C53;
}
</style>