Shades of Terra Cotta #F0785F
Tints of Terra Cotta #F0785F
RGB
CMYK
RGB Variations
Color information
#F0785F (or 0xF0785F) is known color: Terra Cotta. HEX triplet: F0, 78 and 5F. RGB value is (240,120,95). Sum of RGB (Red+Green+Blue) = 240+120+95=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0785F is #0F87A0. Grayscale: #999999. Windows color (decimal): -1017761 or 6256880. OLE color: 6256880.
HSL color Cylindrical-coordinate representation of color #F0785F: hue angle of 10.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0785F is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 95 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.06 |
| HSL | 10.34º | 0.83% | 0.66% | - |
| HSV(B) | 10.34º | 0.6% | 0.94% | - |
| XYZ | 44.72 | 32.78 | 14.8 | - |
| YUV | 153.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 95 | 0 | 0.5 | 0.60 | 0.06 | 10.34 | 0.83 | 0.66 |
| Hex | F0 | 78 | 5F | 0 | 32 | 3C | 6 | A | 53 | 42 |
| Octal | 360 | 170 | 137 | 0 | 62 | 74 | 6 | 12 | 123 | 102 |
| Binary | 11110000 | 1111000 | 1011111 | 0 | 110010 | 111100 | 110 | 1010 | 1010011 | 1000010 |
Color Harmonies of #F0785F
Complementary color
Monochromatic Colors of #F0785F
Black with #F0785F
Text Example
Text Example
White with #F0785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0785F; }
p { color: rgb(240,120,95); }
H1.HeaderClassName
{
color: #F0785F;
}
.AnyTagClassName
{
color: #F0785F;
}
</style>
background-color css
<style>
a { background-color: #F0785F; }
a { background-color: rgb(240,120,95); }
div.DivClassName
{
background-color: #F0785F;
}
.BgClassName
{
background-color: #F0785F;
}
</style>
border-color css
<style>
span { border-color: #F0785F; }
span { border-color: rgb(240,120,95); }
td.TdClassName
{
border-color: #F0785F;
}
.TagClassName
{
border-color: #F0785F;
}
</style>