#F8F98C

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

Shades of Milan #F8F98C

Tints of Milan #F8F98C

Color information

#F8F98C (or 0xF8F98C) is unknown color: approx Milan. HEX triplet: F8, F9 and 8C. RGB value is (248,249,140). Sum of RGB (Red+Green+Blue) = 248+249+140=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F98C is #070673. Grayscale: #ECECEC. Windows color (decimal): -460404 or 9239032. OLE color: 9239032.

HSL color Cylindrical-coordinate representation of color #F8F98C: hue angle of 60.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8F98C is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB248249140-
CMYK0.0000.440.02
HSL60.55º90.08%76.27%-
HSV(B)60.55º43.78%97.65%-
XYZ77.3289.638.03-
YUV236.2873.67136.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 140 (55.08% from 255) = 21.98%
R=38.93%
G=39.09%
B=21.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482491400.0000.440.0260.5590.0876.27
HexF8F98C002C23d5a4c
Octal3703712140054275132114
Binary111110001111100110001100001011001011110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F98C; }

 p { color: rgb(248,249,140); }

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

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

 a { background-color: rgb(248,249,140); }

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

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

 span { border-color: rgb(248,249,140); }

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