Html Css Color HEX #F8E489 Khaki

📋 copy color: '#F8E489'

red 248 ◦ green 228 ◦ blue 137

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

Shades of Khaki #F8E489

Tints of Khaki #F8E489

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.19%

 BLUE value IS 137 (53.91% from 255) = 22.35%

R = 40.46%
G = 37.19%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F8E489 (or 0xF8E489) is known color: Khaki. HEX triplet: F8, E4 and 89. RGB value is (248,228,137). Sum of RGB (Red+Green+Blue) = 248+228+137=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E489 is #071B76. Grayscale: #DFDFDF. Windows color (decimal): -465783 or 9037048. OLE color: 9037048.

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

Color convert

RGB 248 228 137 -
CMYK 0 0.08 0.45 0.03
HSL 49.19º 0.89% 0.75% -
HSV(B) 49.19º 0.45% 0.97% -
XYZ 70.97 77.25 34.84 -
YUV 223.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 248 228 137 0 0.08 0.45 0.03 49.19 0.89 0.75
Hex F8 E4 89 0 8 2D 3 31 59 4B
Octal 370 344 211 0 10 55 3 61 131 113
Binary 11111000 11100100 10001001 0 1000 101101 11 110001 1011001 1001011

Color Harmonies of #F8E489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E489

Black with #F8E489

Text Example


Text Example

White with #F8E489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E489; }

 p { color: rgb(248,228,137); }

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

background-color css

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

 a { background-color: rgb(248,228,137); }

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

border-color css

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

 span { border-color: rgb(248,228,137); }

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