Shades of Terra Cotta #F07561
Tints of Terra Cotta #F07561
RGB
CMYK
RGB Variations
Color information
#F07561 (or 0xF07561) is known color: Terra Cotta. HEX triplet: F0, 75 and 61. RGB value is (240,117,97). Sum of RGB (Red+Green+Blue) = 240+117+97=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07561 is #0F8A9E. Grayscale: #979797. Windows color (decimal): -1018527 or 6387184. OLE color: 6387184.
HSL color Cylindrical-coordinate representation of color #F07561: hue angle of 8.39º 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 #F07561 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 97 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.06 |
| HSL | 8.39º | 0.83% | 0.66% | - |
| HSV(B) | 8.39º | 0.6% | 0.94% | - |
| XYZ | 44.45 | 32.11 | 15.16 | - |
| YUV | 151.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 97 | 0 | 0.51 | 0.60 | 0.06 | 8.39 | 0.83 | 0.66 |
| Hex | F0 | 75 | 61 | 0 | 33 | 3C | 6 | 8 | 53 | 42 |
| Octal | 360 | 165 | 141 | 0 | 63 | 74 | 6 | 10 | 123 | 102 |
| Binary | 11110000 | 1110101 | 1100001 | 0 | 110011 | 111100 | 110 | 1000 | 1010011 | 1000010 |
Color Harmonies of #F07561
Complementary color
Monochromatic Colors of #F07561
Black with #F07561
Text Example
Text Example
White with #F07561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07561; }
p { color: rgb(240,117,97); }
H1.HeaderClassName
{
color: #F07561;
}
.AnyTagClassName
{
color: #F07561;
}
</style>
background-color css
<style>
a { background-color: #F07561; }
a { background-color: rgb(240,117,97); }
div.DivClassName
{
background-color: #F07561;
}
.BgClassName
{
background-color: #F07561;
}
</style>
border-color css
<style>
span { border-color: #F07561; }
span { border-color: rgb(240,117,97); }
td.TdClassName
{
border-color: #F07561;
}
.TagClassName
{
border-color: #F07561;
}
</style>