Shades of Terra Cotta #F07C61
Tints of Terra Cotta #F07C61
RGB
CMYK
RGB Variations
Color information
#F07C61 (or 0xF07C61) is known color: Terra Cotta. HEX triplet: F0, 7C and 61. RGB value is (240,124,97). Sum of RGB (Red+Green+Blue) = 240+124+97=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C61 is #0F839E. Grayscale: #9B9B9B. Windows color (decimal): -1016735 or 6388976. OLE color: 6388976.
HSL color Cylindrical-coordinate representation of color #F07C61: hue angle of 11.33º 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 #F07C61 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 97 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.06 |
| HSL | 11.33º | 0.83% | 0.66% | - |
| HSV(B) | 11.33º | 0.6% | 0.94% | - |
| XYZ | 45.3 | 33.8 | 15.45 | - |
| YUV | 155.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 97 | 0 | 0.48 | 0.60 | 0.06 | 11.33 | 0.83 | 0.66 |
| Hex | F0 | 7C | 61 | 0 | 30 | 3C | 6 | B | 53 | 42 |
| Octal | 360 | 174 | 141 | 0 | 60 | 74 | 6 | 13 | 123 | 102 |
| Binary | 11110000 | 1111100 | 1100001 | 0 | 110000 | 111100 | 110 | 1011 | 1010011 | 1000010 |
Color Harmonies of #F07C61
Complementary color
Monochromatic Colors of #F07C61
Black with #F07C61
Text Example
Text Example
White with #F07C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C61; }
p { color: rgb(240,124,97); }
H1.HeaderClassName
{
color: #F07C61;
}
.AnyTagClassName
{
color: #F07C61;
}
</style>
background-color css
<style>
a { background-color: #F07C61; }
a { background-color: rgb(240,124,97); }
div.DivClassName
{
background-color: #F07C61;
}
.BgClassName
{
background-color: #F07C61;
}
</style>
border-color css
<style>
span { border-color: #F07C61; }
span { border-color: rgb(240,124,97); }
td.TdClassName
{
border-color: #F07C61;
}
.TagClassName
{
border-color: #F07C61;
}
</style>