#FDF690

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

Shades of Milan #FDF690

Tints of Milan #FDF690

Color information

#FDF690 (or 0xFDF690) is unknown color: approx Milan. HEX triplet: FD, F6 and 90. RGB value is (253,246,144). Sum of RGB (Red+Green+Blue) = 253+246+144=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 144 (56.64% from 255 or 22.40% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF690 is #02096F. Grayscale: #ECECEC. Windows color (decimal): -133488 or 9500413. OLE color: 9500413.

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

Color convert

RGB253246144-
CMYK00.030.430.01
HSL56.15º96.46%77.84%-
HSV(B)56.15º43.08%99.22%-
XYZ78.588.8139.39-
YUV236.4675.82139.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 144 (56.64% from 255) = 22.40%
R=39.35%
G=38.26%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324614400.030.430.0156.1596.4677.84
HexFDF690032B138604e
Octal3753662200353170140116
Binary111111011111011010010000011101011111100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF690; }

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

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

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

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

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

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

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

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