#FFFA89

Color #FFFA89 Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FFFA89

Tints of Milan #FFFA89

Color information

#FFFA89 (or 0xFFFA89) is unknown color: approx Milan. HEX triplet: FF, FA and 89. RGB value is (255,250,137). Sum of RGB (Red+Green+Blue) = 255+250+137=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 137 (53.91% from 255 or 21.34% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA89 is #000576. Grayscale: #EFEFEF. Windows color (decimal): -1399 or 9042687. OLE color: 9042687.

HSL color Cylindrical-coordinate representation of color #FFFA89: hue angle of 57.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFFA89 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255250137-
CMYK00.020.460
HSL57.46º100%76.86%-
HSV(B)57.46º46.27%100%-
XYZ79.9491.4437.1-
YUV238.6170.66139.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 137 (53.91% from 255) = 21.34%
R=39.72%
G=38.94%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525013700.020.46057.4610076.86
HexFFFA89022E039644d
Octal3773722110256071144115
Binary111111111111101010001001010101110011100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA89; }

 p { color: rgb(255,250,137); }

 H1.HeaderClassName
 {
   color: #FFFA89;
 }
 .AnyTagClassName
 {
   color: #FFFA89;
 }
</style>
background-color css

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

 a { background-color: rgb(255,250,137); }

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

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

 span { border-color: rgb(255,250,137); }

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