Html Css Color HEX #FAAB77 Tacao

📋 copy color: '#FAAB77'

red 250 ◦ green 171 ◦ blue 119

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

Shades of Tacao #FAAB77

Tints of Tacao #FAAB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.04%

R = 46.3%
G = 31.67%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAAB77 (or 0xFAAB77) is known color: Tacao. HEX triplet: FA, AB and 77. RGB value is (250,171,119). Sum of RGB (Red+Green+Blue) = 250+171+119=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB77 is #055488. Grayscale: #BCBCBC. Windows color (decimal): -349321 or 7842810. OLE color: 7842810.

HSL color Cylindrical-coordinate representation of color #FAAB77: hue angle of 23.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAAB77 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 119 -
CMYK 0 0.32 0.52 0.02
HSL 23.82º 0.93% 0.72% -
HSV(B) 23.82º 0.52% 0.98% -
XYZ 57.32 50.78 24.23 -
YUV 188.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 250 171 119 0 0.32 0.52 0.02 23.82 0.93 0.72
Hex FA AB 77 0 20 34 2 18 5D 48
Octal 372 253 167 0 40 64 2 30 135 110
Binary 11111010 10101011 1110111 0 100000 110100 10 11000 1011101 1001000

Color Harmonies of #FAAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB77

Black with #FAAB77

Text Example


Text Example

White with #FAAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB77; }

 p { color: rgb(250,171,119); }

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

background-color css

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

 a { background-color: rgb(250,171,119); }

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

border-color css

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

 span { border-color: rgb(250,171,119); }

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