Html Css Color HEX #F8E58A Khaki

📋 copy color: '#F8E58A'

red 248 ◦ green 229 ◦ blue 138

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

Shades of Khaki #F8E58A

Tints of Khaki #F8E58A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.24%

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

R = 40.33%
G = 37.24%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8E58A (or 0xF8E58A) is known color: Khaki. HEX triplet: F8, E5 and 8A. RGB value is (248,229,138). Sum of RGB (Red+Green+Blue) = 248+229+138=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E58A is #071A75. Grayscale: #E0E0E0. Windows color (decimal): -465526 or 9102840. OLE color: 9102840.

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

Color convert

RGB 248 229 138 -
CMYK 0 0.08 0.44 0.03
HSL 49.64º 0.89% 0.76% -
HSV(B) 49.64º 0.44% 0.97% -
XYZ 71.32 77.83 35.31 -
YUV 224.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 248 229 138 0 0.08 0.44 0.03 49.64 0.89 0.76
Hex F8 E5 8A 0 8 2C 3 32 59 4C
Octal 370 345 212 0 10 54 3 62 131 114
Binary 11111000 11100101 10001010 0 1000 101100 11 110010 1011001 1001100

Color Harmonies of #F8E58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E58A

Black with #F8E58A

Text Example


Text Example

White with #F8E58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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