#FEFF85

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

Shades of Milan #FEFF85

Tints of Milan #FEFF85

Color information

#FEFF85 (or 0xFEFF85) is unknown color: approx Milan. HEX triplet: FE, FF and 85. RGB value is (254,255,133). Sum of RGB (Red+Green+Blue) = 254+255+133=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 133 (52.34% from 255 or 20.72% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFF85 is #01007A. Grayscale: #F1F1F1. Windows color (decimal): -65659 or 8781822. OLE color: 8781822.

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

Color convert

RGB254255133-
CMYK0.0000.480
HSL60.49º100%76.08%-
HSV(B)60.49º47.84%100%-
XYZ80.8794.2836.13-
YUV240.7967.17137.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 133 (52.34% from 255) = 20.72%
R=39.56%
G=39.72%
B=20.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551330.0000.48060.4910076.08
HexFEFF85003003c644c
Octal3763772050060074144114
Binary11111110111111111000010100110000011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF85; }

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

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

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

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

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

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

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

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