Shades of Terra Cotta #F1775E
Tints of Terra Cotta #F1775E
RGB
CMYK
RGB Variations
Color information
#F1775E (or 0xF1775E) is known color: Terra Cotta. HEX triplet: F1, 77 and 5E. RGB value is (241,119,94). Sum of RGB (Red+Green+Blue) = 241+119+94=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1775E is #0E88A1. Grayscale: #989898. Windows color (decimal): -952482 or 6191089. OLE color: 6191089.
HSL color Cylindrical-coordinate representation of color #F1775E: hue angle of 10.2º 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 #F1775E is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 94 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.05 |
| HSL | 10.2º | 0.84% | 0.66% | - |
| HSV(B) | 10.2º | 0.61% | 0.95% | - |
| XYZ | 44.89 | 32.7 | 14.54 | - |
| YUV | 152.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 94 | 0 | 0.51 | 0.61 | 0.05 | 10.2 | 0.84 | 0.66 |
| Hex | F1 | 77 | 5E | 0 | 33 | 3D | 5 | A | 54 | 42 |
| Octal | 361 | 167 | 136 | 0 | 63 | 75 | 5 | 12 | 124 | 102 |
| Binary | 11110001 | 1110111 | 1011110 | 0 | 110011 | 111101 | 101 | 1010 | 1010100 | 1000010 |
Color Harmonies of #F1775E
Complementary color
Monochromatic Colors of #F1775E
Black with #F1775E
Text Example
Text Example
White with #F1775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1775E; }
p { color: rgb(241,119,94); }
H1.HeaderClassName
{
color: #F1775E;
}
.AnyTagClassName
{
color: #F1775E;
}
</style>
background-color css
<style>
a { background-color: #F1775E; }
a { background-color: rgb(241,119,94); }
div.DivClassName
{
background-color: #F1775E;
}
.BgClassName
{
background-color: #F1775E;
}
</style>
border-color css
<style>
span { border-color: #F1775E; }
span { border-color: rgb(241,119,94); }
td.TdClassName
{
border-color: #F1775E;
}
.TagClassName
{
border-color: #F1775E;
}
</style>