Html Css Color HEX #FAEA82 Khaki

📋 copy color: '#FAEA82'

red 250 ◦ green 234 ◦ blue 130

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

Shades of Khaki #FAEA82

Tints of Khaki #FAEA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.17%

R = 40.72%
G = 38.11%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAEA82 (or 0xFAEA82) is known color: Khaki. HEX triplet: FA, EA and 82. RGB value is (250,234,130). Sum of RGB (Red+Green+Blue) = 250+234+130=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA82 is #05157D. Grayscale: #E3E3E3. Windows color (decimal): -333182 or 8579834. OLE color: 8579834.

HSL color Cylindrical-coordinate representation of color #FAEA82: hue angle of 52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAEA82 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 130 -
CMYK 0 0.06 0.48 0.02
HSL 52º 0.92% 0.75% -
HSV(B) 52º 0.48% 0.98% -
XYZ 72.88 80.78 32.87 -
YUV 226.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 250 234 130 0 0.06 0.48 0.02 52 0.92 0.75
Hex FA EA 82 0 6 30 2 34 5C 4B
Octal 372 352 202 0 6 60 2 64 134 113
Binary 11111010 11101010 10000010 0 110 110000 10 110100 1011100 1001011

Color Harmonies of #FAEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA82

Black with #FAEA82

Text Example


Text Example

White with #FAEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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