Shades of Terra Cotta #F0745C
Tints of Terra Cotta #F0745C
RGB
CMYK
RGB Variations
Color information
#F0745C (or 0xF0745C) is known color: Terra Cotta. HEX triplet: F0, 74 and 5C. RGB value is (240,116,92). Sum of RGB (Red+Green+Blue) = 240+116+92=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0745C is #0F8BA3. Grayscale: #969696. Windows color (decimal): -1018788 or 6059248. OLE color: 6059248.
HSL color Cylindrical-coordinate representation of color #F0745C: hue angle of 9.73º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0745C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 92 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.06 |
| HSL | 9.73º | 0.83% | 0.65% | - |
| HSV(B) | 9.73º | 0.62% | 0.94% | - |
| XYZ | 44.11 | 31.79 | 13.94 | - |
| YUV | 150.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 92 | 0 | 0.52 | 0.62 | 0.06 | 9.73 | 0.83 | 0.65 |
| Hex | F0 | 74 | 5C | 0 | 34 | 3E | 6 | A | 53 | 41 |
| Octal | 360 | 164 | 134 | 0 | 64 | 76 | 6 | 12 | 123 | 101 |
| Binary | 11110000 | 1110100 | 1011100 | 0 | 110100 | 111110 | 110 | 1010 | 1010011 | 1000001 |
Color Harmonies of #F0745C
Complementary color
Monochromatic Colors of #F0745C
Black with #F0745C
Text Example
Text Example
White with #F0745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0745C; }
p { color: rgb(240,116,92); }
H1.HeaderClassName
{
color: #F0745C;
}
.AnyTagClassName
{
color: #F0745C;
}
</style>
background-color css
<style>
a { background-color: #F0745C; }
a { background-color: rgb(240,116,92); }
div.DivClassName
{
background-color: #F0745C;
}
.BgClassName
{
background-color: #F0745C;
}
</style>
border-color css
<style>
span { border-color: #F0745C; }
span { border-color: rgb(240,116,92); }
td.TdClassName
{
border-color: #F0745C;
}
.TagClassName
{
border-color: #F0745C;
}
</style>