Html Css Color HEX #FAEC8A Khaki

📋 copy color: '#FAEC8A'

red 250 ◦ green 236 ◦ blue 138

#FAEC8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #FAEC8A

Tints of Khaki #FAEC8A

RGB

 RED value IS 250 (98.05% from 255) = 40.06%

 GREEN value IS 236 (92.58% from 255) = 37.82%

 BLUE value IS 138 (54.3% from 255) = 22.12%

R = 40.06%
G = 37.82%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAEC8A (or 0xFAEC8A) is known color: Khaki. HEX triplet: FA, EC and 8A. RGB value is (250,236,138). Sum of RGB (Red+Green+Blue) = 250+236+138=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 138 (54.30% from 255 or 22.12% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC8A is #051375. Grayscale: #E5E5E5. Windows color (decimal): -332662 or 9104634. OLE color: 9104634.

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

Color convert

RGB 250 236 138 -
CMYK 0 0.06 0.45 0.02
HSL 52.5º 0.92% 0.76% -
HSV(B) 52.5º 0.45% 0.98% -
XYZ 74.01 82.15 36 -
YUV 229.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 250 236 138 0 0.06 0.45 0.02 52.5 0.92 0.76
Hex FA EC 8A 0 6 2D 2 34 5C 4C
Octal 372 354 212 0 6 55 2 64 134 114
Binary 11111010 11101100 10001010 0 110 101101 10 110100 1011100 1001100

Color Harmonies of #FAEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC8A

Black with #FAEC8A

Text Example


Text Example

White with #FAEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC8A; }

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

 H1.HeaderClassName
 {
   color: #FAEC8A;
 }
 .AnyTagClassName
 {
   color: #FAEC8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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