#F5F892

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

Shades of Milan #F5F892

Tints of Milan #F5F892

Color information

#F5F892 (or 0xF5F892) is unknown color: approx Milan. HEX triplet: F5, F8 and 92. RGB value is (245,248,146). Sum of RGB (Red+Green+Blue) = 245+248+146=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F892 is #0A076D. Grayscale: #EBEBEB. Windows color (decimal): -657262 or 9631989. OLE color: 9631989.

HSL color Cylindrical-coordinate representation of color #F5F892: hue angle of 61.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5F892 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB245248146-
CMYK0.0100.410.03
HSL61.76º87.93%77.25%-
HSV(B)61.76º41.13%97.25%-
XYZ76.4188.6240.27-
YUV235.4877.51134.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 146 (57.42% from 255) = 22.85%
R=38.34%
G=38.81%
B=22.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452481460.0100.410.0361.7687.9377.25
HexF5F892102933e584d
Octal3653702221051376130115
Binary111101011111100010010010101010011111111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F892; }

 p { color: rgb(245,248,146); }

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

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

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

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

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

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

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