#FDF395

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

Shades of Milan #FDF395

Tints of Milan #FDF395

Color information

#FDF395 (or 0xFDF395) is unknown color: approx Milan. HEX triplet: FD, F3 and 95. RGB value is (253,243,149). Sum of RGB (Red+Green+Blue) = 253+243+149=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 149 (58.59% from 255 or 23.10% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF395 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF395 is #020C6A. Grayscale: #EBEBEB. Windows color (decimal): -134251 or 9827325. OLE color: 9827325.

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

Color convert

RGB253243149-
CMYK00.040.410.01
HSL54.23º96.3%78.82%-
HSV(B)54.23º41.11%99.22%-
XYZ77.9887.1541.15-
YUV235.2779.31140.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 149 (58.59% from 255) = 23.10%
R=39.22%
G=37.67%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324314900.040.410.0154.2396.378.82
HexFDF3950429136604f
Octal3753632250451166140117
Binary1111110111110011100101010100101001111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF395; }

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

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

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

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

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

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

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

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