#FDF18C

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

Shades of Milan #FDF18C

Tints of Milan #FDF18C

Color information

#FDF18C (or 0xFDF18C) is unknown color: approx Milan. HEX triplet: FD, F1 and 8C. RGB value is (253,241,140). Sum of RGB (Red+Green+Blue) = 253+241+140=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 140 (55.08% from 255 or 22.08% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF18C is #020E73. Grayscale: #E9E9E9. Windows color (decimal): -134772 or 9236989. OLE color: 9236989.

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

Color convert

RGB253241140-
CMYK00.050.450.01
HSL53.63º96.58%77.06%-
HSV(B)53.63º44.66%99.22%-
XYZ76.785.6937.31-
YUV233.0775.48142.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 140 (55.08% from 255) = 22.08%
R=39.91%
G=38.01%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324114000.050.450.0153.6396.5877.06
HexFDF18C052D136614d
Octal3753612140555166141115
Binary1111110111110001100011000101101101111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF18C; }

 p { color: rgb(253,241,140); }

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

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

 a { background-color: rgb(253,241,140); }

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

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

 span { border-color: rgb(253,241,140); }

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