#FFFE82

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

Shades of Milan #FFFE82

Tints of Milan #FFFE82

Color information

#FFFE82 (or 0xFFFE82) is unknown color: approx Milan. HEX triplet: FF, FE and 82. RGB value is (255,254,130). Sum of RGB (Red+Green+Blue) = 255+254+130=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 130 (51.17% from 255 or 20.34% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE82 is #00017D. Grayscale: #F0F0F0. Windows color (decimal): -382 or 8584959. OLE color: 8584959.

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

Color convert

RGB255254130-
CMYK00.000.490
HSL59.52º100%75.49%-
HSV(B)59.52º49.02%100%-
XYZ80.7193.7634.96-
YUV240.1665.83138.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 130 (51.17% from 255) = 20.34%
R=39.91%
G=39.75%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525413000.000.49059.5210075.49
HexFFFE82003103c644b
Octal3773762020061074144113
Binary11111111111111101000001000110001011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE82; }

 p { color: rgb(255,254,130); }

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

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

 a { background-color: rgb(255,254,130); }

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

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

 span { border-color: rgb(255,254,130); }

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