#F2EF8D

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

Shades of Milan #F2EF8D

Tints of Milan #F2EF8D

Color information

#F2EF8D (or 0xF2EF8D) is unknown color: approx Milan. HEX triplet: F2, EF and 8D. RGB value is (242,239,141). Sum of RGB (Red+Green+Blue) = 242+239+141=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF8D is #0D1072. Grayscale: #E5E5E5. Windows color (decimal): -856179 or 9302002. OLE color: 9302002.

HSL color Cylindrical-coordinate representation of color #F2EF8D: hue angle of 58.22º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2EF8D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242239141-
CMYK00.010.420.05
HSL58.22º79.53%75.1%-
HSV(B)58.22º41.74%94.9%-
XYZ72.2982.5337.32-
YUV228.7278.49137.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 141 (55.47% from 255) = 22.67%
R=38.91%
G=38.42%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223914100.010.420.0558.2279.5375.1
HexF2EF8D012A53a504b
Octal3623572150152572120113
Binary1111001011101111100011010110101010111101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EF8D; }

 p { color: rgb(242,239,141); }

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

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

 a { background-color: rgb(242,239,141); }

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

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

 span { border-color: rgb(242,239,141); }

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