#FDF88A

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

Shades of Milan #FDF88A

Tints of Milan #FDF88A

Color information

#FDF88A (or 0xFDF88A) is unknown color: approx Milan. HEX triplet: FD, F8 and 8A. RGB value is (253,248,138). Sum of RGB (Red+Green+Blue) = 253+248+138=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 138 (54.30% from 255 or 21.60% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF88A is #020775. Grayscale: #EDEDED. Windows color (decimal): -132982 or 9107709. OLE color: 9107709.

HSL color Cylindrical-coordinate representation of color #FDF88A: hue angle of 57.39º 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 #FDF88A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253248138-
CMYK00.020.450.01
HSL57.39º96.64%76.67%-
HSV(B)57.39º45.45%99.22%-
XYZ78.6689.8537.24-
YUV236.9672.16139.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 138 (54.30% from 255) = 21.60%
R=39.59%
G=38.81%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324813800.020.450.0157.3996.6476.67
HexFDF88A022D139614d
Octal3753702120255171141115
Binary111111011111100010001010010101101111100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF88A; }

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

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

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

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

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

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

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

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