#F5F58F

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

Shades of Milan #F5F58F

Tints of Milan #F5F58F

Color information

#F5F58F (or 0xF5F58F) is unknown color: approx Milan. HEX triplet: F5, F5 and 8F. RGB value is (245,245,143). Sum of RGB (Red+Green+Blue) = 245+245+143=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 143 (56.25% from 255 or 22.59% from 633); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F58F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F58F is #0A0A70. Grayscale: #E9E9E9. Windows color (decimal): -658033 or 9434613. OLE color: 9434613.

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

Color convert

RGB245245143-
CMYK000.420.04
HSL60º83.61%76.08%-
HSV(B)60º41.63%96.08%-
XYZ75.2786.738.75-
YUV233.3777136.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 143 (56.25% from 255) = 22.59%
R=38.70%
G=38.70%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245245143000.420.046083.6176.08
HexF5F58F002A43c544c
Octal3653652170052474124114
Binary1111010111110101100011110010101010011110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F58F; }

 p { color: rgb(245,245,143); }

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

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

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

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

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

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

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