Shades of Burnt Sienna #F07C5C
Tints of Burnt Sienna #F07C5C
RGB
CMYK
RGB Variations
Color information
#F07C5C (or 0xF07C5C) is known color: Burnt Sienna. HEX triplet: F0, 7C and 5C. RGB value is (240,124,92). Sum of RGB (Red+Green+Blue) = 240+124+92=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C5C is #0F83A3. Grayscale: #9B9B9B. Windows color (decimal): -1016740 or 6061296. OLE color: 6061296.
HSL color Cylindrical-coordinate representation of color #F07C5C: hue angle of 12.97º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F07C5C is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 92 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.06 |
| HSL | 12.97º | 0.83% | 0.65% | - |
| HSV(B) | 12.97º | 0.62% | 0.94% | - |
| XYZ | 45.07 | 33.71 | 14.26 | - |
| YUV | 155.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 92 | 0 | 0.48 | 0.62 | 0.06 | 12.97 | 0.83 | 0.65 |
| Hex | F0 | 7C | 5C | 0 | 30 | 3E | 6 | D | 53 | 41 |
| Octal | 360 | 174 | 134 | 0 | 60 | 76 | 6 | 15 | 123 | 101 |
| Binary | 11110000 | 1111100 | 1011100 | 0 | 110000 | 111110 | 110 | 1101 | 1010011 | 1000001 |
Color Harmonies of #F07C5C
Complementary color
Monochromatic Colors of #F07C5C
Black with #F07C5C
Text Example
Text Example
White with #F07C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C5C; }
p { color: rgb(240,124,92); }
H1.HeaderClassName
{
color: #F07C5C;
}
.AnyTagClassName
{
color: #F07C5C;
}
</style>
background-color css
<style>
a { background-color: #F07C5C; }
a { background-color: rgb(240,124,92); }
div.DivClassName
{
background-color: #F07C5C;
}
.BgClassName
{
background-color: #F07C5C;
}
</style>
border-color css
<style>
span { border-color: #F07C5C; }
span { border-color: rgb(240,124,92); }
td.TdClassName
{
border-color: #F07C5C;
}
.TagClassName
{
border-color: #F07C5C;
}
</style>