Html Css Color HEX #F0E489 Khaki

📋 copy color: '#F0E489'

red 240 ◦ green 228 ◦ blue 137

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

Shades of Khaki #F0E489

Tints of Khaki #F0E489

RGB

 RED value IS 240 (94.14% from 255) = 39.67%

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

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

R = 39.67%
G = 37.69%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0E489 (or 0xF0E489) is known color: Khaki. HEX triplet: F0, E4 and 89. RGB value is (240,228,137). Sum of RGB (Red+Green+Blue) = 240+228+137=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E489 is #0F1B76. Grayscale: #DDDDDD. Windows color (decimal): -990071 or 9037040. OLE color: 9037040.

HSL color Cylindrical-coordinate representation of color #F0E489: hue angle of 53.01º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0E489 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 228 137 -
CMYK 0 0.05 0.43 0.06
HSL 53.01º 0.77% 0.74% -
HSV(B) 53.01º 0.43% 0.94% -
XYZ 68.19 75.82 34.71 -
YUV 221.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 240 228 137 0 0.05 0.43 0.06 53.01 0.77 0.74
Hex F0 E4 89 0 5 2B 6 35 4D 4A
Octal 360 344 211 0 5 53 6 65 115 112
Binary 11110000 11100100 10001001 0 101 101011 110 110101 1001101 1001010

Color Harmonies of #F0E489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E489

Black with #F0E489

Text Example


Text Example

White with #F0E489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E489; }

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

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

background-color css

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

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

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

border-color css

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

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

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