#FDFA83

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

Shades of Milan #FDFA83

Tints of Milan #FDFA83

Color information

#FDFA83 (or 0xFDFA83) is unknown color: approx Milan. HEX triplet: FD, FA and 83. RGB value is (253,250,131). Sum of RGB (Red+Green+Blue) = 253+250+131=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 131 (51.56% from 255 or 20.66% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA83 is #02057C. Grayscale: #EDEDED. Windows color (decimal): -132477 or 8649469. OLE color: 8649469.

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

Color convert

RGB253250131-
CMYK00.010.480.01
HSL58.52º96.83%75.29%-
HSV(B)58.52º48.22%99.22%-
XYZ78.7990.8934.86-
YUV237.3367.99139.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 131 (51.56% from 255) = 20.66%
R=39.91%
G=39.43%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325013100.010.480.0158.5296.8375.29
HexFDFA83013013b614b
Octal3753722030160173141113
Binary11111101111110101000001101110000111101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA83; }

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

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

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

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

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

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

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

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