#F5F897

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

Shades of Milan #F5F897

Tints of Milan #F5F897

Color information

#F5F897 (or 0xF5F897) is unknown color: approx Milan. HEX triplet: F5, F8 and 97. RGB value is (245,248,151). Sum of RGB (Red+Green+Blue) = 245+248+151=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 151 (59.38% from 255 or 23.45% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F897 is #0A0768. Grayscale: #ECECEC. Windows color (decimal): -657257 or 9959669. OLE color: 9959669.

HSL color Cylindrical-coordinate representation of color #F5F897: hue angle of 61.86º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5F897 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB245248151-
CMYK0.0100.390.03
HSL61.86º87.39%78.24%-
HSV(B)61.86º39.11%97.25%-
XYZ76.8188.7842.37-
YUV236.0480.01134.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 151 (59.38% from 255) = 23.45%
R=38.04%
G=38.51%
B=23.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452481510.0100.390.0361.8687.3978.24
HexF5F897102733e574e
Octal3653702271047376127116
Binary111101011111100010010111101001111111111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F897; }

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

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

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

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

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

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

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

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