#FDFC83

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

Shades of Milan #FDFC83

Tints of Milan #FDFC83

Color information

#FDFC83 (or 0xFDFC83) is unknown color: approx Milan. HEX triplet: FD, FC and 83. RGB value is (253,252,131). Sum of RGB (Red+Green+Blue) = 253+252+131=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 131 (51.56% from 255 or 20.60% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFC83 is #02037C. Grayscale: #EEEEEE. Windows color (decimal): -131965 or 8649981. OLE color: 8649981.

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

Color convert

RGB253252131-
CMYK00.000.480.01
HSL59.51º96.83%75.29%-
HSV(B)59.51º48.22%99.22%-
XYZ79.4292.1435.07-
YUV238.567.33138.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 131 (51.56% from 255) = 20.60%
R=39.78%
G=39.62%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325213100.000.480.0159.5196.8375.29
HexFDFC83003013c614b
Octal3753742030060174141113
Binary11111101111111001000001100110000111110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC83; }

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

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

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

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

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

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

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

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