Html Css Color HEX #F0AA7A Tacao

📋 copy color: '#F0AA7A'

red 240 ◦ green 170 ◦ blue 122

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

Shades of Tacao #F0AA7A

Tints of Tacao #F0AA7A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 45.11%
G = 31.95%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0AA7A (or 0xF0AA7A) is known color: Tacao. HEX triplet: F0, AA and 7A. RGB value is (240,170,122). Sum of RGB (Red+Green+Blue) = 240+170+122=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA7A is #0F5585. Grayscale: #B9B9B9. Windows color (decimal): -1004934 or 8039152. OLE color: 8039152.

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

Color convert

RGB 240 170 122 -
CMYK 0 0.29 0.49 0.06
HSL 24.41º 0.8% 0.71% -
HSV(B) 24.41º 0.49% 0.94% -
XYZ 53.82 48.68 24.97 -
YUV 185.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 240 170 122 0 0.29 0.49 0.06 24.41 0.8 0.71
Hex F0 AA 7A 0 1D 31 6 18 50 47
Octal 360 252 172 0 35 61 6 30 120 107
Binary 11110000 10101010 1111010 0 11101 110001 110 11000 1010000 1000111

Color Harmonies of #F0AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA7A

Black with #F0AA7A

Text Example


Text Example

White with #F0AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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