#F5F690

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

Shades of Milan #F5F690

Tints of Milan #F5F690

Color information

#F5F690 (or 0xF5F690) is unknown color: approx Milan. HEX triplet: F5, F6 and 90. RGB value is (245,246,144). Sum of RGB (Red+Green+Blue) = 245+246+144=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F690 is #0A096F. Grayscale: #EAEAEA. Windows color (decimal): -657776 or 9500405. OLE color: 9500405.

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

Color convert

RGB245246144-
CMYK0.0000.410.04
HSL60.59º85%76.47%-
HSV(B)60.59º41.46%96.47%-
XYZ75.6587.3439.26-
YUV234.0777.17135.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 246 (96.48% from 255) = 38.74%
BLUE value IS 144 (56.64% from 255) = 22.68%
R=38.58%
G=38.74%
B=22.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452461440.0000.410.0460.598576.47
HexF5F690002943d554c
Octal3653662200051475125114
Binary1111010111110110100100000010100110011110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F690; }

 p { color: rgb(245,246,144); }

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

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

 a { background-color: rgb(245,246,144); }

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

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

 span { border-color: rgb(245,246,144); }

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