Html Css Color HEX #F8E98A Khaki

📋 copy color: '#F8E98A'

red 248 ◦ green 233 ◦ blue 138

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

Shades of Khaki #F8E98A

Tints of Khaki #F8E98A

RGB

 RED value IS 248 (97.27% from 255) = 40.06%

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

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

R = 40.06%
G = 37.64%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8E98A (or 0xF8E98A) is known color: Khaki. HEX triplet: F8, E9 and 8A. RGB value is (248,233,138). Sum of RGB (Red+Green+Blue) = 248+233+138=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E98A is #071675. Grayscale: #E3E3E3. Windows color (decimal): -464502 or 9103864. OLE color: 9103864.

HSL color Cylindrical-coordinate representation of color #F8E98A: hue angle of 51.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8E98A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 233 138 -
CMYK 0 0.06 0.44 0.03
HSL 51.82º 0.89% 0.76% -
HSV(B) 51.82º 0.44% 0.97% -
XYZ 72.44 80.07 35.68 -
YUV 226.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 248 233 138 0 0.06 0.44 0.03 51.82 0.89 0.76
Hex F8 E9 8A 0 6 2C 3 34 59 4C
Octal 370 351 212 0 6 54 3 64 131 114
Binary 11111000 11101001 10001010 0 110 101100 11 110100 1011001 1001100

Color Harmonies of #F8E98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E98A

Black with #F8E98A

Text Example


Text Example

White with #F8E98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E98A; }

 p { color: rgb(248,233,138); }

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

background-color css

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

 a { background-color: rgb(248,233,138); }

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

border-color css

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

 span { border-color: rgb(248,233,138); }

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