#FFFC8A

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

Shades of Milan #FFFC8A

Tints of Milan #FFFC8A

Color information

#FFFC8A (or 0xFFFC8A) is unknown color: approx Milan. HEX triplet: FF, FC and 8A. RGB value is (255,252,138). Sum of RGB (Red+Green+Blue) = 255+252+138=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 138 (54.30% from 255 or 21.40% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC8A is #000375. Grayscale: #F0F0F0. Windows color (decimal): -886 or 9108735. OLE color: 9108735.

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

Color convert

RGB255252138-
CMYK00.010.460
HSL58.46º100%77.06%-
HSV(B)58.46º45.88%100%-
XYZ80.6492.7237.69-
YUV239.970.49138.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 138 (54.30% from 255) = 21.40%
R=39.53%
G=39.07%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525213800.010.46058.4610077.06
HexFFFC8A012E03a644d
Octal3773742120156072144115
Binary11111111111111001000101001101110011101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFC8A; }

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

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

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

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

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

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

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

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