Html Css Color HEX #F07C62 Terra Cotta

📋 copy color: '#F07C62'

red 240 ◦ green 124 ◦ blue 98

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

Shades of Terra Cotta #F07C62

Tints of Terra Cotta #F07C62

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.84%

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

R = 51.95%
G = 26.84%
B = 21.21%

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

#F07C62 (or 0xF07C62) is known color: Terra Cotta. HEX triplet: F0, 7C and 62. RGB value is (240,124,98). Sum of RGB (Red+Green+Blue) = 240+124+98=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C62 is #0F839D. Grayscale: #9B9B9B. Windows color (decimal): -1016734 or 6454512. OLE color: 6454512.

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

Color convert

RGB 240 124 98 -
CMYK 0 0.48 0.59 0.06
HSL 10.99º 0.83% 0.66% -
HSV(B) 10.99º 0.59% 0.94% -
XYZ 45.35 33.82 15.69 -
YUV 155.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 240 124 98 0 0.48 0.59 0.06 10.99 0.83 0.66
Hex F0 7C 62 0 30 3B 6 B 53 42
Octal 360 174 142 0 60 73 6 13 123 102
Binary 11110000 1111100 1100010 0 110000 111011 110 1011 1010011 1000010

Color Harmonies of #F07C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C62

Black with #F07C62

Text Example


Text Example

White with #F07C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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