#F6F48D

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

Shades of Milan #F6F48D

Tints of Milan #F6F48D

Color information

#F6F48D (or 0xF6F48D) is unknown color: approx Milan. HEX triplet: F6, F4 and 8D. RGB value is (246,244,141). Sum of RGB (Red+Green+Blue) = 246+244+141=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F48D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F48D is #090B72. Grayscale: #E9E9E9. Windows color (decimal): -592755 or 9303286. OLE color: 9303286.

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

Color convert

RGB246244141-
CMYK00.010.430.04
HSL58.86º85.37%75.88%-
HSV(B)58.86º42.68%96.47%-
XYZ75.1686.2237.88-
YUV232.8676.16137.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.99%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 141 (55.47% from 255) = 22.35%
R=38.99%
G=38.67%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624414100.010.430.0458.8685.3775.88
HexF6F48D012B43b554c
Octal3663642150153473125114
Binary1111011011110100100011010110101110011101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F48D; }

 p { color: rgb(246,244,141); }

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

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

 a { background-color: rgb(246,244,141); }

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

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

 span { border-color: rgb(246,244,141); }

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