Shades of Burnt Sienna #F07652
Tints of Burnt Sienna #F07652
RGB
CMYK
RGB Variations
Color information
#F07652 (or 0xF07652) is known color: Burnt Sienna. HEX triplet: F0, 76 and 52. RGB value is (240,118,82). Sum of RGB (Red+Green+Blue) = 240+118+82=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F07652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07652 is #0F89AD. Grayscale: #969696. Windows color (decimal): -1018286 or 5404400. OLE color: 5404400.
HSL color Cylindrical-coordinate representation of color #F07652: hue angle of 13.67º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F07652 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 82 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.06 |
| HSL | 13.67º | 0.84% | 0.63% | - |
| HSV(B) | 13.67º | 0.66% | 0.94% | - |
| XYZ | 43.94 | 32.09 | 11.86 | - |
| YUV | 150.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 82 | 0 | 0.51 | 0.66 | 0.06 | 13.67 | 0.84 | 0.63 |
| Hex | F0 | 76 | 52 | 0 | 33 | 42 | 6 | E | 54 | 3F |
| Octal | 360 | 166 | 122 | 0 | 63 | 102 | 6 | 16 | 124 | 77 |
| Binary | 11110000 | 1110110 | 1010010 | 0 | 110011 | 1000010 | 110 | 1110 | 1010100 | 111111 |
Color Harmonies of #F07652
Complementary color
Monochromatic Colors of #F07652
Black with #F07652
Text Example
Text Example
White with #F07652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07652; }
p { color: rgb(240,118,82); }
H1.HeaderClassName
{
color: #F07652;
}
.AnyTagClassName
{
color: #F07652;
}
</style>
background-color css
<style>
a { background-color: #F07652; }
a { background-color: rgb(240,118,82); }
div.DivClassName
{
background-color: #F07652;
}
.BgClassName
{
background-color: #F07652;
}
</style>
border-color css
<style>
span { border-color: #F07652; }
span { border-color: rgb(240,118,82); }
td.TdClassName
{
border-color: #F07652;
}
.TagClassName
{
border-color: #F07652;
}
</style>