#F9F886

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

Shades of Milan #F9F886

Tints of Milan #F9F886

Color information

#F9F886 (or 0xF9F886) is unknown color: approx Milan. HEX triplet: F9, F8 and 86. RGB value is (249,248,134). Sum of RGB (Red+Green+Blue) = 249+248+134=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 134 (52.73% from 255 or 21.24% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F886 is #060779. Grayscale: #EBEBEB. Windows color (decimal): -395130 or 8845561. OLE color: 8845561.

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

Color convert

RGB249248134-
CMYK00.000.460.02
HSL59.48º90.55%75.1%-
HSV(B)59.48º46.18%97.65%-
XYZ76.948935.68-
YUV235.370.83137.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.46%
GREEN value IS 248 (97.27% from 255) = 39.30%
BLUE value IS 134 (52.73% from 255) = 21.24%
R=39.46%
G=39.30%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924813400.000.460.0259.4890.5575.1
HexF9F886002E23b5b4b
Octal3713702060056273133113
Binary111110011111100010000110001011101011101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F886; }

 p { color: rgb(249,248,134); }

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

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

 a { background-color: rgb(249,248,134); }

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

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

 span { border-color: rgb(249,248,134); }

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