#F5F99A

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

Shades of Milan #F5F99A

Tints of Milan #F5F99A

Color information

#F5F99A (or 0xF5F99A) is unknown color: approx Milan. HEX triplet: F5, F9 and 9A. RGB value is (245,249,154). Sum of RGB (Red+Green+Blue) = 245+249+154=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 154 (60.55% from 255 or 23.77% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F99A is #0A0665. Grayscale: #EDEDED. Windows color (decimal): -656998 or 10156533. OLE color: 10156533.

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

Color convert

RGB245249154-
CMYK0.0200.380.02
HSL62.53º88.79%79.02%-
HSV(B)62.53º38.15%97.65%-
XYZ77.3689.543.77-
YUV236.9781.17133.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 154 (60.55% from 255) = 23.77%
R=37.81%
G=38.43%
B=23.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452491540.0200.380.0262.5388.7979.02
HexF5F99A202623f594f
Octal3653712322046277131117
Binary1111010111111001100110101001001101011111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F99A; }

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

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

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

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

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

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

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

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