#FFFA85

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

Shades of Milan #FFFA85

Tints of Milan #FFFA85

Color information

#FFFA85 (or 0xFFFA85) is unknown color: approx Milan. HEX triplet: FF, FA and 85. RGB value is (255,250,133). Sum of RGB (Red+Green+Blue) = 255+250+133=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 133 (52.34% from 255 or 20.85% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA85 is #00057A. Grayscale: #EEEEEE. Windows color (decimal): -1403 or 8780543. OLE color: 8780543.

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

Color convert

RGB255250133-
CMYK00.020.480
HSL57.54º100%76.08%-
HSV(B)57.54º47.84%100%-
XYZ79.6691.3235.62-
YUV238.1668.66140.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 133 (52.34% from 255) = 20.85%
R=39.97%
G=39.18%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525013300.020.48057.5410076.08
HexFFFA85023003a644c
Octal3773722050260072144114
Binary111111111111101010000101010110000011101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA85; }

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

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

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

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

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

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

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

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