#FBE689

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

Shades of Khaki #FBE689

Tints of Khaki #FBE689

Color information

#FBE689 (or 0xFBE689) is unknown color: approx Khaki. HEX triplet: FB, E6 and 89. RGB value is (251,230,137). Sum of RGB (Red+Green+Blue) = 251+230+137=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 137 (53.91% from 255 or 22.17% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE689 is #041976. Grayscale: #E2E2E2. Windows color (decimal): -268663 or 9037563. OLE color: 9037563.

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

Color convert

RGB251230137-
CMYK00.080.450.02
HSL48.95º93.44%76.08%-
HSV(B)48.95º45.42%98.43%-
XYZ72.678.9135.07-
YUV225.6877.96146.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 137 (53.91% from 255) = 22.17%
R=40.61%
G=37.22%
B=22.17%

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
Decimal25123013700.080.450.0248.9593.4476.08
HexFBE689082D2315d4c
Octal37334621101055261135114
Binary111110111110011010001001010001011011011000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE689; }

 p { color: rgb(251,230,137); }

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

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

 a { background-color: rgb(251,230,137); }

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

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

 span { border-color: rgb(251,230,137); }

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