#FDF98F

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

Shades of Milan #FDF98F

Tints of Milan #FDF98F

Color information

#FDF98F (or 0xFDF98F) is unknown color: approx Milan. HEX triplet: FD, F9 and 8F. RGB value is (253,249,143). Sum of RGB (Red+Green+Blue) = 253+249+143=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 143 (56.25% from 255 or 22.17% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98F is #020670. Grayscale: #EEEEEE. Windows color (decimal): -132721 or 9435645. OLE color: 9435645.

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

Color convert

RGB253249143-
CMYK00.020.430.01
HSL57.82º96.49%77.65%-
HSV(B)57.82º43.48%99.22%-
XYZ79.3490.6239.3-
YUV238.1174.33138.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 143 (56.25% from 255) = 22.17%
R=39.22%
G=38.60%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324914300.020.430.0157.8296.4977.65
HexFDF98F022B13a604e
Octal3753712170253172140116
Binary111111011111100110001111010101011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF98F; }

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

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

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

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

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

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

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

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