#FBE88A

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

Shades of Khaki #FBE88A

Tints of Khaki #FBE88A

Color information

#FBE88A (or 0xFBE88A) is unknown color: approx Khaki. HEX triplet: FB, E8 and 8A. RGB value is (251,232,138). Sum of RGB (Red+Green+Blue) = 251+232+138=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE88A is #041775. Grayscale: #E3E3E3. Windows color (decimal): -268150 or 9103611. OLE color: 9103611.

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

Color convert

RGB251232138-
CMYK00.080.450.02
HSL49.91º93.39%76.27%-
HSV(B)49.91º45.02%98.43%-
XYZ73.2380.0635.64-
YUV226.9677.79145.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 138 (54.30% from 255) = 22.22%
R=40.42%
G=37.36%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123213800.080.450.0249.9193.3976.27
HexFBE88A082D2325d4c
Octal37335021201055262135114
Binary111110111110100010001010010001011011011001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE88A; }

 p { color: rgb(251,232,138); }

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

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

 a { background-color: rgb(251,232,138); }

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

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

 span { border-color: rgb(251,232,138); }

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