#FBF68B

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

Shades of Milan #FBF68B

Tints of Milan #FBF68B

Color information

#FBF68B (or 0xFBF68B) is unknown color: approx Milan. HEX triplet: FB, F6 and 8B. RGB value is (251,246,139). Sum of RGB (Red+Green+Blue) = 251+246+139=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 139 (54.69% from 255 or 21.86% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF68B is #040974. Grayscale: #EBEBEB. Windows color (decimal): -264565 or 9172731. OLE color: 9172731.

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

Color convert

RGB251246139-
CMYK00.020.450.02
HSL57.32º93.33%76.47%-
HSV(B)57.32º44.62%98.43%-
XYZ77.488.2837.39-
YUV235.373.66139.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 246 (96.48% from 255) = 38.68%
BLUE value IS 139 (54.69% from 255) = 21.86%
R=39.47%
G=38.68%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124613900.020.450.0257.3293.3376.47
HexFBF68B022D2395d4c
Octal3733662130255271135114
Binary1111101111110110100010110101011011011100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF68B; }

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

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

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

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

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

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

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

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