#FDFC8A

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

Shades of Milan #FDFC8A

Tints of Milan #FDFC8A

Color information

#FDFC8A (or 0xFDFC8A) is unknown color: approx Milan. HEX triplet: FD, FC and 8A. RGB value is (253,252,138). Sum of RGB (Red+Green+Blue) = 253+252+138=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 138 (54.30% from 255 or 21.46% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFC8A is #020375. Grayscale: #EFEFEF. Windows color (decimal): -131958 or 9108733. OLE color: 9108733.

HSL color Cylindrical-coordinate representation of color #FDFC8A: hue angle of 59.48º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDFC8A is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253252138-
CMYK00.000.450.01
HSL59.48º96.64%76.67%-
HSV(B)59.48º45.45%99.22%-
XYZ79.9192.3437.66-
YUV239.370.83137.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 138 (54.30% from 255) = 21.46%
R=39.35%
G=39.19%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325213800.000.450.0159.4896.6476.67
HexFDFC8A002D13b614d
Octal3753742120055173141115
Binary11111101111111001000101000101101111101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC8A; }

 p { color: rgb(253,252,138); }

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

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

 a { background-color: rgb(253,252,138); }

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

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

 span { border-color: rgb(253,252,138); }

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