Html Css Color HEX #F07E62 Terra Cotta

📋 copy color: '#F07E62'

red 240 ◦ green 126 ◦ blue 98

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

Shades of Terra Cotta #F07E62

Tints of Terra Cotta #F07E62

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.16%

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

R = 51.72%
G = 27.16%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F07E62 (or 0xF07E62) is known color: Terra Cotta. HEX triplet: F0, 7E and 62. RGB value is (240,126,98). Sum of RGB (Red+Green+Blue) = 240+126+98=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E62 is #0F819D. Grayscale: #9D9D9D. Windows color (decimal): -1016222 or 6455024. OLE color: 6455024.

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

Color convert

RGB 240 126 98 -
CMYK 0 0.48 0.59 0.06
HSL 11.83º 0.83% 0.66% -
HSV(B) 11.83º 0.59% 0.94% -
XYZ 45.6 34.33 15.78 -
YUV 156.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 240 126 98 0 0.48 0.59 0.06 11.83 0.83 0.66
Hex F0 7E 62 0 30 3B 6 C 53 42
Octal 360 176 142 0 60 73 6 14 123 102
Binary 11110000 1111110 1100010 0 110000 111011 110 1100 1010011 1000010

Color Harmonies of #F07E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E62

Black with #F07E62

Text Example


Text Example

White with #F07E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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