Html Css Color HEX #FAA977 Tacao

📋 copy color: '#FAA977'

red 250 ◦ green 169 ◦ blue 119

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

Shades of Tacao #FAA977

Tints of Tacao #FAA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.41%

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

R = 46.47%
G = 31.41%
B = 22.12%

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

#FAA977 (or 0xFAA977) is known color: Tacao. HEX triplet: FA, A9 and 77. RGB value is (250,169,119). Sum of RGB (Red+Green+Blue) = 250+169+119=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA977 is #055688. Grayscale: #BBBBBB. Windows color (decimal): -349833 or 7842298. OLE color: 7842298.

HSL color Cylindrical-coordinate representation of color #FAA977: hue angle of 22.9º 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 #FAA977 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 119 -
CMYK 0 0.32 0.52 0.02
HSL 22.9º 0.93% 0.72% -
HSV(B) 22.9º 0.52% 0.98% -
XYZ 56.94 50.03 24.11 -
YUV 187.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 250 169 119 0 0.32 0.52 0.02 22.9 0.93 0.72
Hex FA A9 77 0 20 34 2 17 5D 48
Octal 372 251 167 0 40 64 2 27 135 110
Binary 11111010 10101001 1110111 0 100000 110100 10 10111 1011101 1001000

Color Harmonies of #FAA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA977

Black with #FAA977

Text Example


Text Example

White with #FAA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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