#FDFB83

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

Shades of Milan #FDFB83

Tints of Milan #FDFB83

Color information

#FDFB83 (or 0xFDFB83) is unknown color: approx Milan. HEX triplet: FD, FB and 83. RGB value is (253,251,131). Sum of RGB (Red+Green+Blue) = 253+251+131=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 131 (51.56% from 255 or 20.63% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB83 is #02047C. Grayscale: #EEEEEE. Windows color (decimal): -132221 or 8649725. OLE color: 8649725.

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

Color convert

RGB253251131-
CMYK00.010.480.01
HSL59.02º96.83%75.29%-
HSV(B)59.02º48.22%99.22%-
XYZ79.191.5234.97-
YUV237.9267.66138.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 131 (51.56% from 255) = 20.63%
R=39.84%
G=39.53%
B=20.63%

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
Decimal25325113100.010.480.0159.0296.8375.29
HexFDFB83013013b614b
Octal3753732030160173141113
Binary11111101111110111000001101110000111101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB83; }

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

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

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

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

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

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

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

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