#F8EF8A

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

Shades of Milan #F8EF8A

Tints of Milan #F8EF8A

Color information

#F8EF8A (or 0xF8EF8A) is unknown color: approx Milan. HEX triplet: F8, EF and 8A. RGB value is (248,239,138). Sum of RGB (Red+Green+Blue) = 248+239+138=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EF8A is #071075. Grayscale: #E6E6E6. Windows color (decimal): -462966 or 9105400. OLE color: 9105400.

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

Color convert

RGB248239138-
CMYK00.040.440.03
HSL55.09º88.71%75.69%-
HSV(B)55.09º44.35%97.25%-
XYZ74.1783.5236.26-
YUV230.1875.98140.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 138 (54.30% from 255) = 22.08%
R=39.68%
G=38.24%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823913800.040.440.0355.0988.7175.69
HexF8EF8A042C337594c
Octal3703572120454367131114
Binary11111000111011111000101001001011001111011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EF8A; }

 p { color: rgb(248,239,138); }

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

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

 a { background-color: rgb(248,239,138); }

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

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

 span { border-color: rgb(248,239,138); }

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