Html Css Color HEX #F07A64 Terra Cotta

📋 copy color: '#F07A64'

red 240 ◦ green 122 ◦ blue 100

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

Shades of Terra Cotta #F07A64

Tints of Terra Cotta #F07A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 51.95%
G = 26.41%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07A64 (or 0xF07A64) is known color: Terra Cotta. HEX triplet: F0, 7A and 64. RGB value is (240,122,100). Sum of RGB (Red+Green+Blue) = 240+122+100=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A64 is #0F859B. Grayscale: #9A9A9A. Windows color (decimal): -1017244 or 6585072. OLE color: 6585072.

HSL color Cylindrical-coordinate representation of color #F07A64: hue angle of 9.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F07A64 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 100 -
CMYK 0 0.49 0.58 0.06
HSL 9.43º 0.82% 0.67% -
HSV(B) 9.43º 0.58% 0.94% -
XYZ 45.19 33.36 16.11 -
YUV 154.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 240 122 100 0 0.49 0.58 0.06 9.43 0.82 0.67
Hex F0 7A 64 0 31 3A 6 9 52 43
Octal 360 172 144 0 61 72 6 11 122 103
Binary 11110000 1111010 1100100 0 110001 111010 110 1001 1010010 1000011

Color Harmonies of #F07A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A64

Black with #F07A64

Text Example


Text Example

White with #F07A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A64; }

 p { color: rgb(240,122,100); }

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

background-color css

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

 a { background-color: rgb(240,122,100); }

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

border-color css

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

 span { border-color: rgb(240,122,100); }

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