Html Css Color HEX #FAB080 Tacao

📋 copy color: '#FAB080'

red 250 ◦ green 176 ◦ blue 128

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

Shades of Tacao #FAB080

Tints of Tacao #FAB080

RGB

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

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

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

R = 45.13%
G = 31.77%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAB080 (or 0xFAB080) is known color: Tacao. HEX triplet: FA, B0 and 80. RGB value is (250,176,128). Sum of RGB (Red+Green+Blue) = 250+176+128=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB080 is #054F7F. Grayscale: #C0C0C0. Windows color (decimal): -348032 or 8433914. OLE color: 8433914.

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

Color convert

RGB 250 176 128 -
CMYK 0 0.30 0.49 0.02
HSL 23.61º 0.92% 0.74% -
HSV(B) 23.61º 0.49% 0.98% -
XYZ 58.85 52.93 27.54 -
YUV 192.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 250 176 128 0 0.30 0.49 0.02 23.61 0.92 0.74
Hex FA B0 80 0 1E 31 2 18 5C 4A
Octal 372 260 200 0 36 61 2 30 134 112
Binary 11111010 10110000 10000000 0 11110 110001 10 11000 1011100 1001010

Color Harmonies of #FAB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB080

Black with #FAB080

Text Example


Text Example

White with #FAB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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