#F07860

Color #F07860 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #F07860

Tints of Terra Cotta #F07860

Color information

#F07860 (or 0xF07860) is unknown color: approx Terra Cotta. HEX triplet: F0, 78 and 60. RGB value is (240,120,96). Sum of RGB (Red+Green+Blue) = 240+120+96=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07860 is #0F879F. Grayscale: #999999. Windows color (decimal): -1017760 or 6322416. OLE color: 6322416.

HSL color Cylindrical-coordinate representation of color #F07860: hue angle of 10º 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 #F07860 is Cyan = 0, Magento = 0.5, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24012096-
CMYK00.50.60.06
HSL10º82.76%65.88%-
HSV(B)10º60%94.12%-
XYZ44.7632.815.04-
YUV153.1495.76189.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 52.63%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=52.63%
G=26.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401209600.50.60.061082.7665.88
HexF078600323C6a5342
Octal36017014006274612123102
Binary11110000111100011000000110010111100110101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07860; }

 p { color: rgb(240,120,96); }

 H1.HeaderClassName
 {
   color: #F07860;
 }
 .AnyTagClassName
 {
   color: #F07860;
 }
</style>
background-color css

<style>
 a { background-color: #F07860; }

 a { background-color: rgb(240,120,96); }

 div.DivClassName
 {
   background-color: #F07860;
 }
 .BgClassName
 {
   background-color: #F07860;
 }
</style>
border-color css

<style>
 span { border-color: #F07860; }

 span { border-color: rgb(240,120,96); }

 td.TdClassName
 {
   border-color: #F07860;
 }
 .TagClassName
 {
   border-color: #F07860;
 }
</style>