#F5F493

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

Shades of Milan #F5F493

Tints of Milan #F5F493

Color information

#F5F493 (or 0xF5F493) is unknown color: approx Milan. HEX triplet: F5, F4 and 93. RGB value is (245,244,147). Sum of RGB (Red+Green+Blue) = 245+244+147=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 147 (57.81% from 255 or 23.11% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F493 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F493 is #0A0B6C. Grayscale: #E9E9E9. Windows color (decimal): -658285 or 9696501. OLE color: 9696501.

HSL color Cylindrical-coordinate representation of color #F5F493: hue angle of 59.39º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5F493 is Cyan = 0, Magento = 0.00, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB245244147-
CMYK00.000.40.04
HSL59.39º83.05%76.86%-
HSV(B)59.39º40%96.08%-
XYZ75.2786.2240.28-
YUV233.2479.33136.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 147 (57.81% from 255) = 23.11%
R=38.52%
G=38.36%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524414700.000.40.0459.3983.0576.86
HexF5F493002843b534d
Octal3653642230050473123115
Binary1111010111110100100100110010100010011101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F493; }

 p { color: rgb(245,244,147); }

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

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

 a { background-color: rgb(245,244,147); }

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

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

 span { border-color: rgb(245,244,147); }

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