Shades of Burnt Sienna #F0785C
Tints of Burnt Sienna #F0785C
RGB
CMYK
RGB Variations
Color information
#F0785C (or 0xF0785C) is known color: Burnt Sienna. HEX triplet: F0, 78 and 5C. RGB value is (240,120,92). Sum of RGB (Red+Green+Blue) = 240+120+92=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0785C is #0F87A3. Grayscale: #989898. Windows color (decimal): -1017764 or 6060272. OLE color: 6060272.
HSL color Cylindrical-coordinate representation of color #F0785C: hue angle of 11.35º 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 #F0785C is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 92 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.06 |
| HSL | 11.35º | 0.83% | 0.65% | - |
| HSV(B) | 11.35º | 0.62% | 0.94% | - |
| XYZ | 44.58 | 32.73 | 14.09 | - |
| YUV | 152.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 92 | 0 | 0.5 | 0.62 | 0.06 | 11.35 | 0.83 | 0.65 |
| Hex | F0 | 78 | 5C | 0 | 32 | 3E | 6 | B | 53 | 41 |
| Octal | 360 | 170 | 134 | 0 | 62 | 76 | 6 | 13 | 123 | 101 |
| Binary | 11110000 | 1111000 | 1011100 | 0 | 110010 | 111110 | 110 | 1011 | 1010011 | 1000001 |
Color Harmonies of #F0785C
Complementary color
Monochromatic Colors of #F0785C
Black with #F0785C
Text Example
Text Example
White with #F0785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0785C; }
p { color: rgb(240,120,92); }
H1.HeaderClassName
{
color: #F0785C;
}
.AnyTagClassName
{
color: #F0785C;
}
</style>
background-color css
<style>
a { background-color: #F0785C; }
a { background-color: rgb(240,120,92); }
div.DivClassName
{
background-color: #F0785C;
}
.BgClassName
{
background-color: #F0785C;
}
</style>
border-color css
<style>
span { border-color: #F0785C; }
span { border-color: rgb(240,120,92); }
td.TdClassName
{
border-color: #F0785C;
}
.TagClassName
{
border-color: #F0785C;
}
</style>