#FBF68F

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

Shades of Milan #FBF68F

Tints of Milan #FBF68F

Color information

#FBF68F (or 0xFBF68F) is unknown color: approx Milan. HEX triplet: FB, F6 and 8F. RGB value is (251,246,143). Sum of RGB (Red+Green+Blue) = 251+246+143=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 143 (56.25% from 255 or 22.34% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF68F is #040970. Grayscale: #ECECEC. Windows color (decimal): -264561 or 9434875. OLE color: 9434875.

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

Color convert

RGB251246143-
CMYK00.020.430.02
HSL57.22º93.1%77.25%-
HSV(B)57.22º43.03%98.43%-
XYZ77.788.438.96-
YUV235.7575.66138.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 143 (56.25% from 255) = 22.34%
R=39.22%
G=38.44%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124614300.020.430.0257.2293.177.25
HexFBF68F022B2395d4d
Octal3733662170253271135115
Binary1111101111110110100011110101010111011100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF68F; }

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

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

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

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

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

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

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

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