Html Css Color HEX #F07860 Terra Cotta

📋 copy color: '#F07860'

red 240 ◦ green 120 ◦ blue 96

#F07860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #F07860

Tints of Terra Cotta #F07860

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 value IS 0

 M value IS 0.5

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F07860 (or 0xF07860) is known color: 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

RGB 240 120 96 -
CMYK 0 0.5 0.6 0.06
HSL 10º 0.83% 0.66% -
HSV(B) 10º 0.6% 0.94% -
XYZ 44.76 32.8 15.04 -
YUV 153.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 240 120 96 0 0.5 0.6 0.06 10 0.83 0.66
Hex F0 78 60 0 32 3C 6 A 53 42
Octal 360 170 140 0 62 74 6 12 123 102
Binary 11110000 1111000 1100000 0 110010 111100 110 1010 1010011 1000010

Color Harmonies of #F07860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07860

Black with #F07860

Text Example


Text Example

White with #F07860

Text Example


Text Example

HTML Codes & Css Web 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>