Html Css Color HEX #F07661 Terra Cotta

📋 copy color: '#F07661'

red 240 ◦ green 118 ◦ blue 97

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

Shades of Terra Cotta #F07661

Tints of Terra Cotta #F07661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 52.75%
G = 25.93%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F07661 (or 0xF07661) is known color: Terra Cotta. HEX triplet: F0, 76 and 61. RGB value is (240,118,97). Sum of RGB (Red+Green+Blue) = 240+118+97=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F07661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07661 is #0F899E. Grayscale: #989898. Windows color (decimal): -1018271 or 6387440. OLE color: 6387440.

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

Color convert

RGB 240 118 97 -
CMYK 0 0.51 0.60 0.06
HSL 8.81º 0.83% 0.66% -
HSV(B) 8.81º 0.6% 0.94% -
XYZ 44.57 32.35 15.2 -
YUV 152.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 240 118 97 0 0.51 0.60 0.06 8.81 0.83 0.66
Hex F0 76 61 0 33 3C 6 9 53 42
Octal 360 166 141 0 63 74 6 11 123 102
Binary 11110000 1110110 1100001 0 110011 111100 110 1001 1010011 1000010

Color Harmonies of #F07661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07661

Black with #F07661

Text Example


Text Example

White with #F07661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07661; }

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

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

background-color css

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

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

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

border-color css

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

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

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