Shades of Terra Cotta #F07D62
Tints of Terra Cotta #F07D62
RGB
CMYK
RGB Variations
Color information
#F07D62 (or 0xF07D62) is known color: Terra Cotta. HEX triplet: F0, 7D and 62. RGB value is (240,125,98). Sum of RGB (Red+Green+Blue) = 240+125+98=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D62 is #0F829D. Grayscale: #9C9C9C. Windows color (decimal): -1016478 or 6454768. OLE color: 6454768.
HSL color Cylindrical-coordinate representation of color #F07D62: hue angle of 11.41º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07D62 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 98 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.06 |
| HSL | 11.41º | 0.83% | 0.66% | - |
| HSV(B) | 11.41º | 0.59% | 0.94% | - |
| XYZ | 45.47 | 34.07 | 15.74 | - |
| YUV | 156.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 98 | 0 | 0.48 | 0.59 | 0.06 | 11.41 | 0.83 | 0.66 |
| Hex | F0 | 7D | 62 | 0 | 30 | 3B | 6 | B | 53 | 42 |
| Octal | 360 | 175 | 142 | 0 | 60 | 73 | 6 | 13 | 123 | 102 |
| Binary | 11110000 | 1111101 | 1100010 | 0 | 110000 | 111011 | 110 | 1011 | 1010011 | 1000010 |
Color Harmonies of #F07D62
Complementary color
Monochromatic Colors of #F07D62
Black with #F07D62
Text Example
Text Example
White with #F07D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D62; }
p { color: rgb(240,125,98); }
H1.HeaderClassName
{
color: #F07D62;
}
.AnyTagClassName
{
color: #F07D62;
}
</style>
background-color css
<style>
a { background-color: #F07D62; }
a { background-color: rgb(240,125,98); }
div.DivClassName
{
background-color: #F07D62;
}
.BgClassName
{
background-color: #F07D62;
}
</style>
border-color css
<style>
span { border-color: #F07D62; }
span { border-color: rgb(240,125,98); }
td.TdClassName
{
border-color: #F07D62;
}
.TagClassName
{
border-color: #F07D62;
}
</style>