#F7F494

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

Shades of Milan #F7F494

Tints of Milan #F7F494

Color information

#F7F494 (or 0xF7F494) is unknown color: approx Milan. HEX triplet: F7, F4 and 94. RGB value is (247,244,148). Sum of RGB (Red+Green+Blue) = 247+244+148=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 148 (58.20% from 255 or 23.16% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F494 is #080B6B. Grayscale: #EAEAEA. Windows color (decimal): -527212 or 9762039. OLE color: 9762039.

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

Color convert

RGB247244148-
CMYK00.010.400.03
HSL58.18º86.09%77.45%-
HSV(B)58.18º40.08%96.86%-
XYZ76.0586.6140.73-
YUV233.9579.49137.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.65%
GREEN value IS 244 (95.70% from 255) = 38.18%
BLUE value IS 148 (58.20% from 255) = 23.16%
R=38.65%
G=38.18%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724414800.010.400.0358.1886.0977.45
HexF7F494012833a564d
Octal3673642240150372126115
Binary111101111111010010010100011010001111101010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F494; }

 p { color: rgb(247,244,148); }

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

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

 a { background-color: rgb(247,244,148); }

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

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

 span { border-color: rgb(247,244,148); }

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