#FDF48A

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

Shades of Milan #FDF48A

Tints of Milan #FDF48A

Color information

#FDF48A (or 0xFDF48A) is unknown color: approx Milan. HEX triplet: FD, F4 and 8A. RGB value is (253,244,138). Sum of RGB (Red+Green+Blue) = 253+244+138=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF48A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF48A is #020B75. Grayscale: #EBEBEB. Windows color (decimal): -134006 or 9106685. OLE color: 9106685.

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

Color convert

RGB253244138-
CMYK00.040.450.01
HSL55.3º96.64%76.67%-
HSV(B)55.3º45.45%99.22%-
XYZ77.4587.4236.84-
YUV234.6173.48141.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 138 (54.30% from 255) = 21.73%
R=39.84%
G=38.43%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324413800.040.450.0155.396.6476.67
HexFDF48A042D137614d
Octal3753642120455167141115
Binary1111110111110100100010100100101101111011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF48A; }

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

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

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

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

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

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

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

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