Shades of Terra Cotta #F0765D
Tints of Terra Cotta #F0765D
RGB
CMYK
RGB Variations
Color information
#F0765D (or 0xF0765D) is known color: Terra Cotta. HEX triplet: F0, 76 and 5D. RGB value is (240,118,93). Sum of RGB (Red+Green+Blue) = 240+118+93=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0765D is #0F89A2. Grayscale: #979797. Windows color (decimal): -1018275 or 6125296. OLE color: 6125296.
HSL color Cylindrical-coordinate representation of color #F0765D: hue angle of 10.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0765D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 93 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.06 |
| HSL | 10.2º | 0.83% | 0.65% | - |
| HSV(B) | 10.2º | 0.61% | 0.94% | - |
| XYZ | 44.39 | 32.27 | 14.25 | - |
| YUV | 151.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 93 | 0 | 0.51 | 0.61 | 0.06 | 10.2 | 0.83 | 0.65 |
| Hex | F0 | 76 | 5D | 0 | 33 | 3D | 6 | A | 53 | 41 |
| Octal | 360 | 166 | 135 | 0 | 63 | 75 | 6 | 12 | 123 | 101 |
| Binary | 11110000 | 1110110 | 1011101 | 0 | 110011 | 111101 | 110 | 1010 | 1010011 | 1000001 |
Color Harmonies of #F0765D
Complementary color
Monochromatic Colors of #F0765D
Black with #F0765D
Text Example
Text Example
White with #F0765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0765D; }
p { color: rgb(240,118,93); }
H1.HeaderClassName
{
color: #F0765D;
}
.AnyTagClassName
{
color: #F0765D;
}
</style>
background-color css
<style>
a { background-color: #F0765D; }
a { background-color: rgb(240,118,93); }
div.DivClassName
{
background-color: #F0765D;
}
.BgClassName
{
background-color: #F0765D;
}
</style>
border-color css
<style>
span { border-color: #F0765D; }
span { border-color: rgb(240,118,93); }
td.TdClassName
{
border-color: #F0765D;
}
.TagClassName
{
border-color: #F0765D;
}
</style>