#FBF685

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

Shades of Milan #FBF685

Tints of Milan #FBF685

Color information

#FBF685 (or 0xFBF685) is unknown color: approx Milan. HEX triplet: FB, F6 and 85. RGB value is (251,246,133). Sum of RGB (Red+Green+Blue) = 251+246+133=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 133 (52.34% from 255 or 21.11% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF685 is #04097A. Grayscale: #EBEBEB. Windows color (decimal): -264571 or 8779515. OLE color: 8779515.

HSL color Cylindrical-coordinate representation of color #FBF685: hue angle of 57.46º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBF685 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251246133-
CMYK00.020.470.02
HSL57.46º93.65%75.29%-
HSV(B)57.46º47.01%98.43%-
XYZ76.9788.1135.14-
YUV234.6170.66139.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 246 (96.48% from 255) = 39.05%
BLUE value IS 133 (52.34% from 255) = 21.11%
R=39.84%
G=39.05%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124613300.020.470.0257.4693.6575.29
HexFBF685022F2395e4b
Octal3733662050257271136113
Binary1111101111110110100001010101011111011100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF685; }

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

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

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

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

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

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

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

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