#FDF494

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

Shades of Milan #FDF494

Tints of Milan #FDF494

Color information

#FDF494 (or 0xFDF494) is unknown color: approx Milan. HEX triplet: FD, F4 and 94. RGB value is (253,244,148). Sum of RGB (Red+Green+Blue) = 253+244+148=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 148 (58.20% from 255 or 22.95% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF494 is #020B6B. Grayscale: #ECECEC. Windows color (decimal): -133996 or 9762045. OLE color: 9762045.

HSL color Cylindrical-coordinate representation of color #FDF494: hue angle of 54.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF494 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB253244148-
CMYK00.040.420.01
HSL54.86º96.33%78.63%-
HSV(B)54.86º41.5%99.22%-
XYZ78.287.7240.83-
YUV235.7578.48140.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 148 (58.20% from 255) = 22.95%
R=39.22%
G=37.83%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324414800.040.420.0154.8696.3378.63
HexFDF494042A137604f
Octal3753642240452167140117
Binary1111110111110100100101000100101010111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF494; }

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

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

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

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

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

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

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

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