Html Css Color HEX #FAB180 Tacao

📋 copy color: '#FAB180'

red 250 ◦ green 177 ◦ blue 128

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

Shades of Tacao #FAB180

Tints of Tacao #FAB180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.06%

R = 45.05%
G = 31.89%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAB180 (or 0xFAB180) is known color: Tacao. HEX triplet: FA, B1 and 80. RGB value is (250,177,128). Sum of RGB (Red+Green+Blue) = 250+177+128=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB180 is #054E7F. Grayscale: #C1C1C1. Windows color (decimal): -347776 or 8434170. OLE color: 8434170.

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

Color convert

RGB 250 177 128 -
CMYK 0 0.29 0.49 0.02
HSL 24.1º 0.92% 0.74% -
HSV(B) 24.1º 0.49% 0.98% -
XYZ 59.04 53.33 27.6 -
YUV 193.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 250 177 128 0 0.29 0.49 0.02 24.1 0.92 0.74
Hex FA B1 80 0 1D 31 2 18 5C 4A
Octal 372 261 200 0 35 61 2 30 134 112
Binary 11111010 10110001 10000000 0 11101 110001 10 11000 1011100 1001010

Color Harmonies of #FAB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB180

Black with #FAB180

Text Example


Text Example

White with #FAB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB180; }

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

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

background-color css

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

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

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

border-color css

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

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

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