Html Css Color HEX #FAED8B Khaki

📋 copy color: '#FAED8B'

red 250 ◦ green 237 ◦ blue 139

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

Shades of Khaki #FAED8B

Tints of Khaki #FAED8B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.86%

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

R = 39.94%
G = 37.86%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAED8B (or 0xFAED8B) is known color: Khaki. HEX triplet: FA, ED and 8B. RGB value is (250,237,139). Sum of RGB (Red+Green+Blue) = 250+237+139=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 139 (54.69% from 255 or 22.20% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED8B is #051274. Grayscale: #E6E6E6. Windows color (decimal): -332405 or 9170426. OLE color: 9170426.

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

Color convert

RGB 250 237 139 -
CMYK 0 0.05 0.44 0.02
HSL 52.97º 0.92% 0.76% -
HSV(B) 52.97º 0.44% 0.98% -
XYZ 74.37 82.76 36.48 -
YUV 229.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 250 237 139 0 0.05 0.44 0.02 52.97 0.92 0.76
Hex FA ED 8B 0 5 2C 2 35 5C 4C
Octal 372 355 213 0 5 54 2 65 134 114
Binary 11111010 11101101 10001011 0 101 101100 10 110101 1011100 1001100

Color Harmonies of #FAED8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED8B

Black with #FAED8B

Text Example


Text Example

White with #FAED8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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