#FBF184

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

Shades of Milan #FBF184

Tints of Milan #FBF184

Color information

#FBF184 (or 0xFBF184) is unknown color: approx Milan. HEX triplet: FB, F1 and 84. RGB value is (251,241,132). Sum of RGB (Red+Green+Blue) = 251+241+132=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 132 (51.95% from 255 or 21.15% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF184 is #040E7B. Grayscale: #E8E8E8. Windows color (decimal): -265852 or 8712699. OLE color: 8712699.

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

Color convert

RGB251241132-
CMYK00.040.470.02
HSL54.96º93.7%75.1%-
HSV(B)54.96º47.41%98.43%-
XYZ75.485.0934.28-
YUV231.5671.81141.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 132 (51.95% from 255) = 21.15%
R=40.22%
G=38.62%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124113200.040.470.0254.9693.775.1
HexFBF184042F2375e4b
Octal3733612040457267136113
Binary11111011111100011000010001001011111011011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF184; }

 p { color: rgb(251,241,132); }

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

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

 a { background-color: rgb(251,241,132); }

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

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

 span { border-color: rgb(251,241,132); }

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