#FBF485

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

Shades of Milan #FBF485

Tints of Milan #FBF485

Color information

#FBF485 (or 0xFBF485) is unknown color: approx Milan. HEX triplet: FB, F4 and 85. RGB value is (251,244,133). Sum of RGB (Red+Green+Blue) = 251+244+133=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 133 (52.34% from 255 or 21.18% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF485 is #040B7A. Grayscale: #E9E9E9. Windows color (decimal): -265083 or 8779003. OLE color: 8779003.

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

Color convert

RGB251244133-
CMYK00.030.470.02
HSL56.44º93.65%75.29%-
HSV(B)56.44º47.01%98.43%-
XYZ76.3786.934.94-
YUV233.4471.32140.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 244 (95.70% from 255) = 38.85%
BLUE value IS 133 (52.34% from 255) = 21.18%
R=39.97%
G=38.85%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124413300.030.470.0256.4493.6575.29
HexFBF485032F2385e4b
Octal3733642050357270136113
Binary1111101111110100100001010111011111011100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF485; }

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

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

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

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

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

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

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

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