Shades of Terra Cotta #F1785F
Tints of Terra Cotta #F1785F
RGB
CMYK
RGB Variations
Color information
#F1785F (or 0xF1785F) is known color: Terra Cotta. HEX triplet: F1, 78 and 5F. RGB value is (241,120,95). Sum of RGB (Red+Green+Blue) = 241+120+95=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1785F is #0E87A0. Grayscale: #999999. Windows color (decimal): -952225 or 6256881. OLE color: 6256881.
HSL color Cylindrical-coordinate representation of color #F1785F: hue angle of 10.27º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1785F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 95 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.05 |
| HSL | 10.27º | 0.84% | 0.66% | - |
| HSV(B) | 10.27º | 0.61% | 0.95% | - |
| XYZ | 45.06 | 32.96 | 14.81 | - |
| YUV | 153.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 95 | 0 | 0.50 | 0.61 | 0.05 | 10.27 | 0.84 | 0.66 |
| Hex | F1 | 78 | 5F | 0 | 32 | 3D | 5 | A | 54 | 42 |
| Octal | 361 | 170 | 137 | 0 | 62 | 75 | 5 | 12 | 124 | 102 |
| Binary | 11110001 | 1111000 | 1011111 | 0 | 110010 | 111101 | 101 | 1010 | 1010100 | 1000010 |
Color Harmonies of #F1785F
Complementary color
Monochromatic Colors of #F1785F
Black with #F1785F
Text Example
Text Example
White with #F1785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1785F; }
p { color: rgb(241,120,95); }
H1.HeaderClassName
{
color: #F1785F;
}
.AnyTagClassName
{
color: #F1785F;
}
</style>
background-color css
<style>
a { background-color: #F1785F; }
a { background-color: rgb(241,120,95); }
div.DivClassName
{
background-color: #F1785F;
}
.BgClassName
{
background-color: #F1785F;
}
</style>
border-color css
<style>
span { border-color: #F1785F; }
span { border-color: rgb(241,120,95); }
td.TdClassName
{
border-color: #F1785F;
}
.TagClassName
{
border-color: #F1785F;
}
</style>