Html Css Color HEX #FAAF80 Tacao

📋 copy color: '#FAAF80'

red 250 ◦ green 175 ◦ blue 128

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

Shades of Tacao #FAAF80

Tints of Tacao #FAAF80

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 175 (68.75% from 255) = 31.65%

 BLUE value IS 128 (50.39% from 255) = 23.15%

R = 45.21%
G = 31.65%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAAF80 (or 0xFAAF80) is known color: Tacao. HEX triplet: FA, AF and 80. RGB value is (250,175,128). Sum of RGB (Red+Green+Blue) = 250+175+128=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF80 is #05507F. Grayscale: #C0C0C0. Windows color (decimal): -348288 or 8433658. OLE color: 8433658.

HSL color Cylindrical-coordinate representation of color #FAAF80: hue angle of 23.11º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAAF80 is Cyan = 0, Magento = 0.3, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 128 -
CMYK 0 0.3 0.49 0.02
HSL 23.11º 0.92% 0.74% -
HSV(B) 23.11º 0.49% 0.98% -
XYZ 58.65 52.54 27.47 -
YUV 192.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 250 175 128 0 0.3 0.49 0.02 23.11 0.92 0.74
Hex FA AF 80 0 1E 31 2 17 5C 4A
Octal 372 257 200 0 36 61 2 27 134 112
Binary 11111010 10101111 10000000 0 11110 110001 10 10111 1011100 1001010

Color Harmonies of #FAAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF80

Black with #FAAF80

Text Example


Text Example

White with #FAAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF80; }

 p { color: rgb(250,175,128); }

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

background-color css

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

 a { background-color: rgb(250,175,128); }

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

border-color css

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

 span { border-color: rgb(250,175,128); }

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