#F5F997

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

Shades of Milan #F5F997

Tints of Milan #F5F997

Color information

#F5F997 (or 0xF5F997) is unknown color: approx Milan. HEX triplet: F5, F9 and 97. RGB value is (245,249,151). Sum of RGB (Red+Green+Blue) = 245+249+151=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F997 is #0A0668. Grayscale: #EDEDED. Windows color (decimal): -657001 or 9959925. OLE color: 9959925.

HSL color Cylindrical-coordinate representation of color #F5F997: hue angle of 62.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5F997 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB245249151-
CMYK0.0200.390.02
HSL62.45º89.09%78.43%-
HSV(B)62.45º39.36%97.65%-
XYZ77.1289.442.47-
YUV236.6379.67133.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 151 (59.38% from 255) = 23.41%
R=37.98%
G=38.60%
B=23.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452491510.0200.390.0262.4589.0978.43
HexF5F997202723e594e
Octal3653712272047276131116
Binary1111010111111001100101111001001111011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F997; }

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

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

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

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

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

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

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

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