#FDF493

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

Shades of Milan #FDF493

Tints of Milan #FDF493

Color information

#FDF493 (or 0xFDF493) is unknown color: approx Milan. HEX triplet: FD, F4 and 93. RGB value is (253,244,147). Sum of RGB (Red+Green+Blue) = 253+244+147=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 147 (57.81% from 255 or 22.83% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF493 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF493 is #020B6C. Grayscale: #ECECEC. Windows color (decimal): -133997 or 9696509. OLE color: 9696509.

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

Color convert

RGB253244147-
CMYK00.040.420.01
HSL54.91º96.36%78.43%-
HSV(B)54.91º41.9%99.22%-
XYZ78.1387.6940.41-
YUV235.6377.98140.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 244 (95.70% from 255) = 37.89%
BLUE value IS 147 (57.81% from 255) = 22.83%
R=39.29%
G=37.89%
B=22.83%

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
Decimal25324414700.040.420.0154.9196.3678.43
HexFDF493042A137604e
Octal3753642230452167140116
Binary1111110111110100100100110100101010111011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF493; }

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

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

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

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

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

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

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

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