#F5F389

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

Shades of Milan #F5F389

Tints of Milan #F5F389

Color information

#F5F389 (or 0xF5F389) is unknown color: approx Milan. HEX triplet: F5, F3 and 89. RGB value is (245,243,137). Sum of RGB (Red+Green+Blue) = 245+243+137=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 137 (53.91% from 255 or 21.92% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F389 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F389 is #0A0C76. Grayscale: #E7E7E7. Windows color (decimal): -658551 or 9040885. OLE color: 9040885.

HSL color Cylindrical-coordinate representation of color #F5F389: hue angle of 58.89º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5F389 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245243137-
CMYK00.010.440.04
HSL58.89º84.38%74.9%-
HSV(B)58.89º44.08%96.08%-
XYZ74.2285.3236.22-
YUV231.5174.66137.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 137 (53.91% from 255) = 21.92%
R=39.2%
G=38.88%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524313700.010.440.0458.8984.3874.9
HexF5F389012C43b544b
Octal3653632110154473124113
Binary1111010111110011100010010110110010011101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F389; }

 p { color: rgb(245,243,137); }

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

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

 a { background-color: rgb(245,243,137); }

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

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

 span { border-color: rgb(245,243,137); }

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