Html Css Color HEX #FAE68A Khaki

📋 copy color: '#FAE68A'

red 250 ◦ green 230 ◦ blue 138

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

Shades of Khaki #FAE68A

Tints of Khaki #FAE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.22%

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

R = 40.45%
G = 37.22%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAE68A (or 0xFAE68A) is known color: Khaki. HEX triplet: FA, E6 and 8A. RGB value is (250,230,138). Sum of RGB (Red+Green+Blue) = 250+230+138=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE68A is #051975. Grayscale: #E1E1E1. Windows color (decimal): -334198 or 9103098. OLE color: 9103098.

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

Color convert

RGB 250 230 138 -
CMYK 0 0.08 0.45 0.02
HSL 49.29º 0.92% 0.76% -
HSV(B) 49.29º 0.45% 0.98% -
XYZ 72.31 78.75 35.43 -
YUV 225.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 250 230 138 0 0.08 0.45 0.02 49.29 0.92 0.76
Hex FA E6 8A 0 8 2D 2 31 5C 4C
Octal 372 346 212 0 10 55 2 61 134 114
Binary 11111010 11100110 10001010 0 1000 101101 10 110001 1011100 1001100

Color Harmonies of #FAE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE68A

Black with #FAE68A

Text Example


Text Example

White with #FAE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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