Html Css Color HEX #FAB079 Tacao

📋 copy color: '#FAB079'

red 250 ◦ green 176 ◦ blue 121

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

Shades of Tacao #FAB079

Tints of Tacao #FAB079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.18%

 BLUE value IS 121 (47.66% from 255) = 22.12%

R = 45.7%
G = 32.18%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAB079 (or 0xFAB079) is known color: Tacao. HEX triplet: FA, B0 and 79. RGB value is (250,176,121). Sum of RGB (Red+Green+Blue) = 250+176+121=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB079 is #054F86. Grayscale: #C0C0C0. Windows color (decimal): -348039 or 7975162. OLE color: 7975162.

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

Color convert

RGB 250 176 121 -
CMYK 0 0.30 0.52 0.02
HSL 25.58º 0.93% 0.73% -
HSV(B) 25.58º 0.52% 0.98% -
XYZ 58.4 52.76 25.19 -
YUV 191.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 250 176 121 0 0.30 0.52 0.02 25.58 0.93 0.73
Hex FA B0 79 0 1E 34 2 1A 5D 49
Octal 372 260 171 0 36 64 2 32 135 111
Binary 11111010 10110000 1111001 0 11110 110100 10 11010 1011101 1001001

Color Harmonies of #FAB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB079

Black with #FAB079

Text Example


Text Example

White with #FAB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB079; }

 p { color: rgb(250,176,121); }

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

background-color css

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

 a { background-color: rgb(250,176,121); }

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

border-color css

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

 span { border-color: rgb(250,176,121); }

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