#FDFA86

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

Shades of Milan #FDFA86

Tints of Milan #FDFA86

Color information

#FDFA86 (or 0xFDFA86) is unknown color: approx Milan. HEX triplet: FD, FA and 86. RGB value is (253,250,134). Sum of RGB (Red+Green+Blue) = 253+250+134=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 134 (52.73% from 255 or 21.04% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA86 is #020579. Grayscale: #EEEEEE. Windows color (decimal): -132474 or 8846077. OLE color: 8846077.

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

Color convert

RGB253250134-
CMYK00.010.470.01
HSL58.49º96.75%75.88%-
HSV(B)58.49º47.04%99.22%-
XYZ7990.9835.95-
YUV237.6769.49138.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 134 (52.73% from 255) = 21.04%
R=39.72%
G=39.25%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325013400.010.470.0158.4996.7575.88
HexFDFA86012F13a614c
Octal3753722060157172141114
Binary11111101111110101000011001101111111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA86; }

 p { color: rgb(253,250,134); }

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

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

 a { background-color: rgb(253,250,134); }

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

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

 span { border-color: rgb(253,250,134); }

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