#FDF38E

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

Shades of Milan #FDF38E

Tints of Milan #FDF38E

Color information

#FDF38E (or 0xFDF38E) is unknown color: approx Milan. HEX triplet: FD, F3 and 8E. RGB value is (253,243,142). Sum of RGB (Red+Green+Blue) = 253+243+142=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 142 (55.86% from 255 or 22.26% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38E is #020C71. Grayscale: #EAEAEA. Windows color (decimal): -134258 or 9368573. OLE color: 9368573.

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

Color convert

RGB253243142-
CMYK00.040.440.01
HSL54.59º96.52%77.45%-
HSV(B)54.59º43.87%99.22%-
XYZ77.4486.9438.29-
YUV234.4875.81141.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 142 (55.86% from 255) = 22.26%
R=39.66%
G=38.09%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324314200.040.440.0154.5996.5277.45
HexFDF38E042C137614d
Octal3753632160454167141115
Binary1111110111110011100011100100101100111011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF38E; }

 p { color: rgb(253,243,142); }

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

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

 a { background-color: rgb(253,243,142); }

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

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

 span { border-color: rgb(253,243,142); }

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