#F8F495

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

Shades of Milan #F8F495

Tints of Milan #F8F495

Color information

#F8F495 (or 0xF8F495) is unknown color: approx Milan. HEX triplet: F8, F4 and 95. RGB value is (248,244,149). Sum of RGB (Red+Green+Blue) = 248+244+149=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 149 (58.59% from 255 or 23.24% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F495 is #070B6A. Grayscale: #EAEAEA. Windows color (decimal): -461675 or 9827576. OLE color: 9827576.

HSL color Cylindrical-coordinate representation of color #F8F495: hue angle of 57.58º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8F495 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248244149-
CMYK00.020.400.03
HSL57.58º87.61%77.84%-
HSV(B)57.58º39.92%97.25%-
XYZ76.4986.8341.16-
YUV234.3779.83137.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 244 (95.70% from 255) = 38.07%
BLUE value IS 149 (58.59% from 255) = 23.24%
R=38.69%
G=38.07%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824414900.020.400.0357.5887.6177.84
HexF8F495022833a584e
Octal3703642250250372130116
Binary1111100011110100100101010101010001111101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F495; }

 p { color: rgb(248,244,149); }

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

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

 a { background-color: rgb(248,244,149); }

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

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

 span { border-color: rgb(248,244,149); }

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