#FDF98D

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

Shades of Milan #FDF98D

Tints of Milan #FDF98D

Color information

#FDF98D (or 0xFDF98D) is unknown color: approx Milan. HEX triplet: FD, F9 and 8D. RGB value is (253,249,141). Sum of RGB (Red+Green+Blue) = 253+249+141=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 141 (55.47% from 255 or 21.93% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98D is #020672. Grayscale: #EEEEEE. Windows color (decimal): -132723 or 9304573. OLE color: 9304573.

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

Color convert

RGB253249141-
CMYK00.020.440.01
HSL57.86º96.55%77.25%-
HSV(B)57.86º44.27%99.22%-
XYZ79.1990.5638.5-
YUV237.8873.33138.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 141 (55.47% from 255) = 21.93%
R=39.35%
G=38.72%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324914100.020.440.0157.8696.5577.25
HexFDF98D022C13a614d
Octal3753712150254172141115
Binary111111011111100110001101010101100111101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF98D; }

 p { color: rgb(253,249,141); }

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

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

 a { background-color: rgb(253,249,141); }

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

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

 span { border-color: rgb(253,249,141); }

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