Html Css Color HEX #F0AB7A Tacao

📋 copy color: '#F0AB7A'

red 240 ◦ green 171 ◦ blue 122

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

Shades of Tacao #F0AB7A

Tints of Tacao #F0AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

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

R = 45.03%
G = 32.08%
B = 22.89%

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

#F0AB7A (or 0xF0AB7A) is known color: Tacao. HEX triplet: F0, AB and 7A. RGB value is (240,171,122). Sum of RGB (Red+Green+Blue) = 240+171+122=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB7A is #0F5485. Grayscale: #BABABA. Windows color (decimal): -1004678 or 8039408. OLE color: 8039408.

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

Color convert

RGB 240 171 122 -
CMYK 0 0.29 0.49 0.06
HSL 24.92º 0.8% 0.71% -
HSV(B) 24.92º 0.49% 0.94% -
XYZ 54.01 49.06 25.03 -
YUV 186.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 240 171 122 0 0.29 0.49 0.06 24.92 0.8 0.71
Hex F0 AB 7A 0 1D 31 6 19 50 47
Octal 360 253 172 0 35 61 6 31 120 107
Binary 11110000 10101011 1111010 0 11101 110001 110 11001 1010000 1000111

Color Harmonies of #F0AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB7A

Black with #F0AB7A

Text Example


Text Example

White with #F0AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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