#FDF883

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

Shades of Milan #FDF883

Tints of Milan #FDF883

Color information

#FDF883 (or 0xFDF883) is unknown color: approx Milan. HEX triplet: FD, F8 and 83. RGB value is (253,248,131). Sum of RGB (Red+Green+Blue) = 253+248+131=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 131 (51.56% from 255 or 20.73% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF883 is #02077C. Grayscale: #ECECEC. Windows color (decimal): -132989 or 8648957. OLE color: 8648957.

HSL color Cylindrical-coordinate representation of color #FDF883: hue angle of 57.54º 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 #FDF883 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB253248131-
CMYK00.020.480.01
HSL57.54º96.83%75.29%-
HSV(B)57.54º48.22%99.22%-
XYZ78.1789.6634.66-
YUV236.1668.66140.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 248 (97.27% from 255) = 39.24%
BLUE value IS 131 (51.56% from 255) = 20.73%
R=40.03%
G=39.24%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324813100.020.480.0157.5496.8375.29
HexFDF883023013a614b
Octal3753702030260172141113
Binary111111011111100010000011010110000111101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF883; }

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

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

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

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

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

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

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

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