#F8F08D

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

Shades of Milan #F8F08D

Tints of Milan #F8F08D

Color information

#F8F08D (or 0xF8F08D) is unknown color: approx Milan. HEX triplet: F8, F0 and 8D. RGB value is (248,240,141). Sum of RGB (Red+Green+Blue) = 248+240+141=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F08D is #070F72. Grayscale: #E7E7E7. Windows color (decimal): -462707 or 9302264. OLE color: 9302264.

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

Color convert

RGB248240141-
CMYK00.030.430.03
HSL55.51º88.43%76.27%-
HSV(B)55.51º43.15%97.25%-
XYZ74.6884.237.52-
YUV231.1177.15140.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 141 (55.47% from 255) = 22.42%
R=39.43%
G=38.16%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824014100.030.430.0355.5188.4376.27
HexF8F08D032B338584c
Octal3703602150353370130114
Binary1111100011110000100011010111010111111100010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F08D; }

 p { color: rgb(248,240,141); }

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

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

 a { background-color: rgb(248,240,141); }

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

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

 span { border-color: rgb(248,240,141); }

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