#FDF990

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

Shades of Milan #FDF990

Tints of Milan #FDF990

Color information

#FDF990 (or 0xFDF990) is unknown color: approx Milan. HEX triplet: FD, F9 and 90. RGB value is (253,249,144). Sum of RGB (Red+Green+Blue) = 253+249+144=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 144 (56.64% from 255 or 22.29% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF990 is #02066F. Grayscale: #EEEEEE. Windows color (decimal): -132720 or 9501181. OLE color: 9501181.

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

Color convert

RGB253249144-
CMYK00.020.430.01
HSL57.8º96.46%77.84%-
HSV(B)57.8º43.08%99.22%-
XYZ79.4290.6539.7-
YUV238.2374.83138.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 144 (56.64% from 255) = 22.29%
R=39.16%
G=38.54%
B=22.29%

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
Decimal25324914400.020.430.0157.896.4677.84
HexFDF990022B13a604e
Octal3753712200253172140116
Binary111111011111100110010000010101011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF990; }

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

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

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

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

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

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

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

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