Html Css Color HEX #FAB178 Tacao

📋 copy color: '#FAB178'

red 250 ◦ green 177 ◦ blue 120

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

Shades of Tacao #FAB178

Tints of Tacao #FAB178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.94%

R = 45.7%
G = 32.36%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAB178 (or 0xFAB178) is known color: Tacao. HEX triplet: FA, B1 and 78. RGB value is (250,177,120). Sum of RGB (Red+Green+Blue) = 250+177+120=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB178 is #054E87. Grayscale: #C0C0C0. Windows color (decimal): -347784 or 7909882. OLE color: 7909882.

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

Color convert

RGB 250 177 120 -
CMYK 0 0.29 0.52 0.02
HSL 26.31º 0.93% 0.73% -
HSV(B) 26.31º 0.52% 0.98% -
XYZ 58.54 53.12 24.94 -
YUV 192.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 250 177 120 0 0.29 0.52 0.02 26.31 0.93 0.73
Hex FA B1 78 0 1D 34 2 1A 5D 49
Octal 372 261 170 0 35 64 2 32 135 111
Binary 11111010 10110001 1111000 0 11101 110100 10 11010 1011101 1001001

Color Harmonies of #FAB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB178

Black with #FAB178

Text Example


Text Example

White with #FAB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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