#FBE484

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

Shades of Buff #FBE484

Tints of Buff #FBE484

Color information

#FBE484 (or 0xFBE484) is unknown color: approx Buff. HEX triplet: FB, E4 and 84. RGB value is (251,228,132). Sum of RGB (Red+Green+Blue) = 251+228+132=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE484 is #041B7B. Grayscale: #E0E0E0. Windows color (decimal): -269180 or 8709371. OLE color: 8709371.

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

Color convert

RGB251228132-
CMYK00.090.470.02
HSL48.4º93.7%75.1%-
HSV(B)48.4º47.41%98.43%-
XYZ71.6977.6633.04-
YUV223.9376.12147.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 132 (51.95% from 255) = 21.60%
R=41.08%
G=37.32%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122813200.090.470.0248.493.775.1
HexFBE484092F2305e4b
Octal37334420401157260136113
Binary111110111110010010000100010011011111011000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE484; }

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

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

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

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

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

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

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

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