Html Css Color HEX #FAE98B Khaki

📋 copy color: '#FAE98B'

red 250 ◦ green 233 ◦ blue 139

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

Shades of Khaki #FAE98B

Tints of Khaki #FAE98B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.46%

 BLUE value IS 139 (54.69% from 255) = 22.35%

R = 40.19%
G = 37.46%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAE98B (or 0xFAE98B) is known color: Khaki. HEX triplet: FA, E9 and 8B. RGB value is (250,233,139). Sum of RGB (Red+Green+Blue) = 250+233+139=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 139 (54.69% from 255 or 22.35% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE98B is #051674. Grayscale: #E3E3E3. Windows color (decimal): -333429 or 9169402. OLE color: 9169402.

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

Color convert

RGB 250 233 139 -
CMYK 0 0.07 0.44 0.02
HSL 50.81º 0.92% 0.76% -
HSV(B) 50.81º 0.44% 0.98% -
XYZ 73.22 80.47 36.1 -
YUV 227.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 250 233 139 0 0.07 0.44 0.02 50.81 0.92 0.76
Hex FA E9 8B 0 7 2C 2 33 5C 4C
Octal 372 351 213 0 7 54 2 63 134 114
Binary 11111010 11101001 10001011 0 111 101100 10 110011 1011100 1001100

Color Harmonies of #FAE98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE98B

Black with #FAE98B

Text Example


Text Example

White with #FAE98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE98B; }

 p { color: rgb(250,233,139); }

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

background-color css

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

 a { background-color: rgb(250,233,139); }

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

border-color css

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

 span { border-color: rgb(250,233,139); }

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