#F5F28E

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

Shades of Milan #F5F28E

Tints of Milan #F5F28E

Color information

#F5F28E (or 0xF5F28E) is unknown color: approx Milan. HEX triplet: F5, F2 and 8E. RGB value is (245,242,142). Sum of RGB (Red+Green+Blue) = 245+242+142=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F28E is #0A0D71. Grayscale: #E7E7E7. Windows color (decimal): -658802 or 9368309. OLE color: 9368309.

HSL color Cylindrical-coordinate representation of color #F5F28E: hue angle of 58.25º 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 #F5F28E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245242142-
CMYK00.010.420.04
HSL58.25º83.74%75.88%-
HSV(B)58.25º42.04%96.08%-
XYZ74.2984.8738.06-
YUV231.577.49137.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 142 (55.86% from 255) = 22.58%
R=38.95%
G=38.47%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524214200.010.420.0458.2583.7475.88
HexF5F28E012A43a544c
Octal3653622160152472124114
Binary1111010111110010100011100110101010011101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F28E; }

 p { color: rgb(245,242,142); }

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

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

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

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

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

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

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