#F6F286

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

Shades of Milan #F6F286

Tints of Milan #F6F286

Color information

#F6F286 (or 0xF6F286) is unknown color: approx Milan. HEX triplet: F6, F2 and 86. RGB value is (246,242,134). Sum of RGB (Red+Green+Blue) = 246+242+134=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 134 (52.73% from 255 or 21.54% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F286 is #090D79. Grayscale: #E7E7E7. Windows color (decimal): -593274 or 8844022. OLE color: 8844022.

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

Color convert

RGB246242134-
CMYK00.020.460.04
HSL57.86º86.15%74.51%-
HSV(B)57.86º45.53%96.47%-
XYZ74.0684.8235.02-
YUV230.8873.33138.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 134 (52.73% from 255) = 21.54%
R=39.55%
G=38.91%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624213400.020.460.0457.8686.1574.51
HexF6F286022E43a564b
Octal3663622060256472126113
Binary11110110111100101000011001010111010011101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F286; }

 p { color: rgb(246,242,134); }

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

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

 a { background-color: rgb(246,242,134); }

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

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

 span { border-color: rgb(246,242,134); }

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