Html Css Color HEX #FAB176 Tacao

📋 copy color: '#FAB176'

red 250 ◦ green 177 ◦ blue 118

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

Shades of Tacao #FAB176

Tints of Tacao #FAB176

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.48%

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 45.87%
G = 32.48%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAB176 (or 0xFAB176) is known color: Tacao. HEX triplet: FA, B1 and 76. RGB value is (250,177,118). Sum of RGB (Red+Green+Blue) = 250+177+118=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB176 is #054E89. Grayscale: #C0C0C0. Windows color (decimal): -347786 or 7778810. OLE color: 7778810.

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

Color convert

RGB 250 177 118 -
CMYK 0 0.29 0.53 0.02
HSL 26.82º 0.93% 0.72% -
HSV(B) 26.82º 0.53% 0.98% -
XYZ 58.42 53.08 24.31 -
YUV 192.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 250 177 118 0 0.29 0.53 0.02 26.82 0.93 0.72
Hex FA B1 76 0 1D 35 2 1B 5D 48
Octal 372 261 166 0 35 65 2 33 135 110
Binary 11111010 10110001 1110110 0 11101 110101 10 11011 1011101 1001000

Color Harmonies of #FAB176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB176

Black with #FAB176

Text Example


Text Example

White with #FAB176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB176; }

 p { color: rgb(250,177,118); }

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

background-color css

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

 a { background-color: rgb(250,177,118); }

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

border-color css

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

 span { border-color: rgb(250,177,118); }

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