Html Css Color HEX #F07D60 Terra Cotta

📋 copy color: '#F07D60'

red 240 ◦ green 125 ◦ blue 96

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

Shades of Terra Cotta #F07D60

Tints of Terra Cotta #F07D60

RGB

 RED value IS 240 (94.14% from 255) = 52.06%

 GREEN value IS 125 (49.22% from 255) = 27.11%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 52.06%
G = 27.11%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F07D60 (or 0xF07D60) is known color: Terra Cotta. HEX triplet: F0, 7D and 60. RGB value is (240,125,96). Sum of RGB (Red+Green+Blue) = 240+125+96=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D60 is #0F829F. Grayscale: #9C9C9C. Windows color (decimal): -1016480 or 6323696. OLE color: 6323696.

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

Color convert

RGB 240 125 96 -
CMYK 0 0.48 0.6 0.06
HSL 12.08º 0.83% 0.66% -
HSV(B) 12.08º 0.6% 0.94% -
XYZ 45.38 34.04 15.24 -
YUV 156.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 240 125 96 0 0.48 0.6 0.06 12.08 0.83 0.66
Hex F0 7D 60 0 30 3C 6 C 53 42
Octal 360 175 140 0 60 74 6 14 123 102
Binary 11110000 1111101 1100000 0 110000 111100 110 1100 1010011 1000010

Color Harmonies of #F07D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D60

Black with #F07D60

Text Example


Text Example

White with #F07D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D60; }

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

 H1.HeaderClassName
 {
   color: #F07D60;
 }
 .AnyTagClassName
 {
   color: #F07D60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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