#FFF490

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

Shades of Milan #FFF490

Tints of Milan #FFF490

Color information

#FFF490 (or 0xFFF490) is unknown color: approx Milan. HEX triplet: FF, F4 and 90. RGB value is (255,244,144). Sum of RGB (Red+Green+Blue) = 255+244+144=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 144 (56.64% from 255 or 22.40% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF490 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF490 is #000B6F. Grayscale: #ECECEC. Windows color (decimal): -2928 or 9499903. OLE color: 9499903.

HSL color Cylindrical-coordinate representation of color #FFF490: hue angle of 54.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF490 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255244144-
CMYK00.040.440
HSL54.05º100%78.24%-
HSV(B)54.05º43.53%100%-
XYZ78.6287.9739.22-
YUV235.8976.14141.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 144 (56.64% from 255) = 22.40%
R=39.66%
G=37.95%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524414400.040.44054.0510078.24
HexFFF490042C036644e
Octal3773642200454066144116
Binary1111111111110100100100000100101100011011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF490; }

 p { color: rgb(255,244,144); }

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

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

 a { background-color: rgb(255,244,144); }

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

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

 span { border-color: rgb(255,244,144); }

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