#FAE784

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

Shades of Khaki #FAE784

Tints of Khaki #FAE784

Color information

#FAE784 (or 0xFAE784) is unknown color: approx Khaki. HEX triplet: FA, E7 and 84. RGB value is (250,231,132). Sum of RGB (Red+Green+Blue) = 250+231+132=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 132 (51.95% from 255 or 21.53% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE784 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE784 is #05187B. Grayscale: #E1E1E1. Windows color (decimal): -333948 or 8710138. OLE color: 8710138.

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

Color convert

RGB250231132-
CMYK00.080.470.02
HSL50.34º92.19%74.9%-
HSV(B)50.34º47.2%98.04%-
XYZ72.1779.1433.3-
YUV225.475.29145.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 132 (51.95% from 255) = 21.53%
R=40.78%
G=37.68%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023113200.080.470.0250.3492.1974.9
HexFAE784082F2325c4b
Octal37234720401057262134113
Binary111110101110011110000100010001011111011001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE784; }

 p { color: rgb(250,231,132); }

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

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

 a { background-color: rgb(250,231,132); }

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

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

 span { border-color: rgb(250,231,132); }

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