Html Css Color HEX #FAEA8A Khaki

📋 copy color: '#FAEA8A'

red 250 ◦ green 234 ◦ blue 138

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

Shades of Khaki #FAEA8A

Tints of Khaki #FAEA8A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

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

R = 40.19%
G = 37.62%
B = 22.19%

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

#FAEA8A (or 0xFAEA8A) is known color: Khaki. HEX triplet: FA, EA and 8A. RGB value is (250,234,138). Sum of RGB (Red+Green+Blue) = 250+234+138=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 138 (54.30% from 255 or 22.19% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA8A is #051575. Grayscale: #E4E4E4. Windows color (decimal): -333174 or 9104122. OLE color: 9104122.

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

Color convert

RGB 250 234 138 -
CMYK 0 0.06 0.45 0.02
HSL 51.43º 0.92% 0.76% -
HSV(B) 51.43º 0.45% 0.98% -
XYZ 73.43 81 35.81 -
YUV 227.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 250 234 138 0 0.06 0.45 0.02 51.43 0.92 0.76
Hex FA EA 8A 0 6 2D 2 33 5C 4C
Octal 372 352 212 0 6 55 2 63 134 114
Binary 11111010 11101010 10001010 0 110 101101 10 110011 1011100 1001100

Color Harmonies of #FAEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA8A

Black with #FAEA8A

Text Example


Text Example

White with #FAEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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