#F6F48B

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

Shades of Milan #F6F48B

Tints of Milan #F6F48B

Color information

#F6F48B (or 0xF6F48B) is unknown color: approx Milan. HEX triplet: F6, F4 and 8B. RGB value is (246,244,139). Sum of RGB (Red+Green+Blue) = 246+244+139=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 139 (54.69% from 255 or 22.10% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F48B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F48B is #090B74. Grayscale: #E9E9E9. Windows color (decimal): -592757 or 9172214. OLE color: 9172214.

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

Color convert

RGB246244139-
CMYK00.010.430.04
HSL58.88º85.6%75.49%-
HSV(B)58.88º43.5%96.47%-
XYZ75.0286.1637.1-
YUV232.6375.16137.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 244 (95.70% from 255) = 38.79%
BLUE value IS 139 (54.69% from 255) = 22.10%
R=39.11%
G=38.79%
B=22.10%

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
Decimal24624413900.010.430.0458.8885.675.49
HexF6F48B012B43b564b
Octal3663642130153473126113
Binary1111011011110100100010110110101110011101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F48B; }

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

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

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

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

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

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

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

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