Html Css Color HEX #F07964 Terra Cotta

📋 copy color: '#F07964'

red 240 ◦ green 121 ◦ blue 100

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

Shades of Terra Cotta #F07964

Tints of Terra Cotta #F07964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

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

R = 52.06%
G = 26.25%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F07964 (or 0xF07964) is known color: Terra Cotta. HEX triplet: F0, 79 and 64. RGB value is (240,121,100). Sum of RGB (Red+Green+Blue) = 240+121+100=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F07964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07964 is #0F869B. Grayscale: #9A9A9A. Windows color (decimal): -1017500 or 6584816. OLE color: 6584816.

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

Color convert

RGB 240 121 100 -
CMYK 0 0.50 0.58 0.06
HSL 0.82% 0.67% -
HSV(B) 0.58% 0.94% -
XYZ 45.07 33.12 16.07 -
YUV 154.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 240 121 100 0 0.50 0.58 0.06 9 0.82 0.67
Hex F0 79 64 0 32 3A 6 9 52 43
Octal 360 171 144 0 62 72 6 11 122 103
Binary 11110000 1111001 1100100 0 110010 111010 110 1001 1010010 1000011

Color Harmonies of #F07964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07964

Black with #F07964

Text Example


Text Example

White with #F07964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07964; }

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

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

background-color css

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

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

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

border-color css

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

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

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