#FBEC8A

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

Shades of Khaki #FBEC8A

Tints of Khaki #FBEC8A

Color information

#FBEC8A (or 0xFBEC8A) is unknown color: approx Khaki. HEX triplet: FB, EC and 8A. RGB value is (251,236,138). Sum of RGB (Red+Green+Blue) = 251+236+138=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC8A is #041375. Grayscale: #E5E5E5. Windows color (decimal): -267126 or 9104635. OLE color: 9104635.

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

Color convert

RGB251236138-
CMYK00.060.450.02
HSL52.04º93.39%76.27%-
HSV(B)52.04º45.02%98.43%-
XYZ74.3782.3436.02-
YUV229.3176.47143.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 138 (54.30% from 255) = 22.08%
R=40.16%
G=37.76%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123613800.060.450.0252.0493.3976.27
HexFBEC8A062D2345d4c
Octal3733542120655264135114
Binary11111011111011001000101001101011011011010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEC8A; }

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

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

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

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

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

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

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

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