#FFFB85

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

Shades of Milan #FFFB85

Tints of Milan #FFFB85

Color information

#FFFB85 (or 0xFFFB85) is unknown color: approx Milan. HEX triplet: FF, FB and 85. RGB value is (255,251,133). Sum of RGB (Red+Green+Blue) = 255+251+133=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 133 (52.34% from 255 or 20.81% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFB85 is #00047A. Grayscale: #EFEFEF. Windows color (decimal): -1147 or 8780799. OLE color: 8780799.

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

Color convert

RGB255251133-
CMYK00.020.480
HSL58.03º100%76.08%-
HSV(B)58.03º47.84%100%-
XYZ79.9791.9535.72-
YUV238.7468.33139.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 133 (52.34% from 255) = 20.81%
R=39.91%
G=39.28%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525113300.020.48058.0310076.08
HexFFFB85023003a644c
Octal3773732050260072144114
Binary111111111111101110000101010110000011101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFB85; }

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

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

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

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

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

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

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

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