Html Css Color HEX #F0E289 Khaki

📋 copy color: '#F0E289'

red 240 ◦ green 226 ◦ blue 137

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

Shades of Khaki #F0E289

Tints of Khaki #F0E289

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.48%

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

R = 39.8%
G = 37.48%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0E289 (or 0xF0E289) is known color: Khaki. HEX triplet: F0, E2 and 89. RGB value is (240,226,137). Sum of RGB (Red+Green+Blue) = 240+226+137=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 137 (53.91% from 255 or 22.72% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E289 is #0F1D76. Grayscale: #DCDCDC. Windows color (decimal): -990583 or 9036528. OLE color: 9036528.

HSL color Cylindrical-coordinate representation of color #F0E289: hue angle of 51.84º 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 #F0E289 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 137 -
CMYK 0 0.06 0.43 0.06
HSL 51.84º 0.77% 0.74% -
HSV(B) 51.84º 0.43% 0.94% -
XYZ 67.65 74.72 34.52 -
YUV 220.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 240 226 137 0 0.06 0.43 0.06 51.84 0.77 0.74
Hex F0 E2 89 0 6 2B 6 34 4D 4A
Octal 360 342 211 0 6 53 6 64 115 112
Binary 11110000 11100010 10001001 0 110 101011 110 110100 1001101 1001010

Color Harmonies of #F0E289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E289

Black with #F0E289

Text Example


Text Example

White with #F0E289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E289; }

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

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

background-color css

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

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

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

border-color css

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

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

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