Html Css Color HEX #F0E288 Khaki

📋 copy color: '#F0E288'

red 240 ◦ green 226 ◦ blue 136

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

Shades of Khaki #F0E288

Tints of Khaki #F0E288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.59%

R = 39.87%
G = 37.54%
B = 22.59%

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

#F0E288 (or 0xF0E288) is known color: Khaki. HEX triplet: F0, E2 and 88. RGB value is (240,226,136). Sum of RGB (Red+Green+Blue) = 240+226+136=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E288 is #0F1D77. Grayscale: #DCDCDC. Windows color (decimal): -990584 or 8970992. OLE color: 8970992.

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

Color convert

RGB 240 226 136 -
CMYK 0 0.06 0.43 0.06
HSL 51.92º 0.78% 0.74% -
HSV(B) 51.92º 0.43% 0.94% -
XYZ 67.58 74.7 34.15 -
YUV 219.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 240 226 136 0 0.06 0.43 0.06 51.92 0.78 0.74
Hex F0 E2 88 0 6 2B 6 34 4E 4A
Octal 360 342 210 0 6 53 6 64 116 112
Binary 11110000 11100010 10001000 0 110 101011 110 110100 1001110 1001010

Color Harmonies of #F0E288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E288

Black with #F0E288

Text Example


Text Example

White with #F0E288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E288; }

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

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

background-color css

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

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

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

border-color css

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

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

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