#F7F990

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

Shades of Milan #F7F990

Tints of Milan #F7F990

Color information

#F7F990 (or 0xF7F990) is unknown color: approx Milan. HEX triplet: F7, F9 and 90. RGB value is (247,249,144). Sum of RGB (Red+Green+Blue) = 247+249+144=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 144 (56.64% from 255 or 22.5% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F990 is #08066F. Grayscale: #ECECEC. Windows color (decimal): -525936 or 9501175. OLE color: 9501175.

HSL color Cylindrical-coordinate representation of color #F7F990: hue angle of 61.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7F990 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB247249144-
CMYK0.0100.420.02
HSL61.14º89.74%77.06%-
HSV(B)61.14º42.17%97.65%-
XYZ77.2789.5439.6-
YUV236.4375.84135.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.59%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 144 (56.64% from 255) = 22.5%
R=38.59%
G=38.91%
B=22.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472491440.0100.420.0261.1489.7477.06
HexF7F990102A23d5a4d
Octal3673712201052275132115
Binary111101111111100110010000101010101011110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F990; }

 p { color: rgb(247,249,144); }

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

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

 a { background-color: rgb(247,249,144); }

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

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

 span { border-color: rgb(247,249,144); }

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