#F8F594

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

Shades of Milan #F8F594

Tints of Milan #F8F594

Color information

#F8F594 (or 0xF8F594) is unknown color: approx Milan. HEX triplet: F8, F5 and 94. RGB value is (248,245,148). Sum of RGB (Red+Green+Blue) = 248+245+148=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F594 is #070A6B. Grayscale: #EBEBEB. Windows color (decimal): -461420 or 9762296. OLE color: 9762296.

HSL color Cylindrical-coordinate representation of color #F8F594: hue angle of 58.2º 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 #F8F594 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248245148-
CMYK00.010.400.03
HSL58.2º87.72%77.65%-
HSV(B)58.2º40.32%97.25%-
XYZ76.7187.440.84-
YUV234.8478.99137.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 245 (96.09% from 255) = 38.22%
BLUE value IS 148 (58.20% from 255) = 23.09%
R=38.69%
G=38.22%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824514800.010.400.0358.287.7277.65
HexF8F594012833a584e
Octal3703652240150372130116
Binary111110001111010110010100011010001111101010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F594; }

 p { color: rgb(248,245,148); }

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

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

 a { background-color: rgb(248,245,148); }

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

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

 span { border-color: rgb(248,245,148); }

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