Html Css Color HEX #F07662 Terra Cotta

📋 copy color: '#F07662'

red 240 ◦ green 118 ◦ blue 98

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

Shades of Terra Cotta #F07662

Tints of Terra Cotta #F07662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 52.63%
G = 25.88%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07662 (or 0xF07662) is known color: Terra Cotta. HEX triplet: F0, 76 and 62. RGB value is (240,118,98). Sum of RGB (Red+Green+Blue) = 240+118+98=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07662 is #0F899D. Grayscale: #989898. Windows color (decimal): -1018270 or 6452976. OLE color: 6452976.

HSL color Cylindrical-coordinate representation of color #F07662: hue angle of 8.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07662 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 98 -
CMYK 0 0.51 0.59 0.06
HSL 8.45º 0.83% 0.66% -
HSV(B) 8.45º 0.59% 0.94% -
XYZ 44.62 32.36 15.45 -
YUV 152.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 240 118 98 0 0.51 0.59 0.06 8.45 0.83 0.66
Hex F0 76 62 0 33 3B 6 8 53 42
Octal 360 166 142 0 63 73 6 10 123 102
Binary 11110000 1110110 1100010 0 110011 111011 110 1000 1010011 1000010

Color Harmonies of #F07662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07662

Black with #F07662

Text Example


Text Example

White with #F07662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07662; }

 p { color: rgb(240,118,98); }

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

background-color css

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

 a { background-color: rgb(240,118,98); }

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

border-color css

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

 span { border-color: rgb(240,118,98); }

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