#FFF486

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

Shades of Milan #FFF486

Tints of Milan #FFF486

Color information

#FFF486 (or 0xFFF486) is unknown color: approx Milan. HEX triplet: FF, F4 and 86. RGB value is (255,244,134). Sum of RGB (Red+Green+Blue) = 255+244+134=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 134 (52.73% from 255 or 21.17% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF486 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF486 is #000B79. Grayscale: #EBEBEB. Windows color (decimal): -2938 or 8844543. OLE color: 8844543.

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

Color convert

RGB255244134-
CMYK00.040.470
HSL54.55º100%76.27%-
HSV(B)54.55º47.45%100%-
XYZ77.8987.6835.37-
YUV234.7571.14142.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 244 (95.70% from 255) = 38.55%
BLUE value IS 134 (52.73% from 255) = 21.17%
R=40.28%
G=38.55%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524413400.040.47054.5510076.27
HexFFF486042F037644c
Octal3773642060457067144114
Binary1111111111110100100001100100101111011011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF486; }

 p { color: rgb(255,244,134); }

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

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

 a { background-color: rgb(255,244,134); }

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

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

 span { border-color: rgb(255,244,134); }

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