Html Css Color HEX #F2E888 Khaki

📋 copy color: '#F2E888'

red 242 ◦ green 232 ◦ blue 136

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

Shades of Khaki #F2E888

Tints of Khaki #F2E888

RGB

 RED value IS 242 (94.92% from 255) = 39.67%

 GREEN value IS 232 (91.02% from 255) = 38.03%

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

R = 39.67%
G = 38.03%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2E888 (or 0xF2E888) is known color: Khaki. HEX triplet: F2, E8 and 88. RGB value is (242,232,136). Sum of RGB (Red+Green+Blue) = 242+232+136=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E888 is #0D1777. Grayscale: #E0E0E0. Windows color (decimal): -857976 or 8972530. OLE color: 8972530.

HSL color Cylindrical-coordinate representation of color #F2E888: hue angle of 54.34º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2E888 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 136 -
CMYK 0 0.04 0.44 0.05
HSL 54.34º 0.8% 0.74% -
HSV(B) 54.34º 0.44% 0.95% -
XYZ 69.92 78.37 34.73 -
YUV 224.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 242 232 136 0 0.04 0.44 0.05 54.34 0.8 0.74
Hex F2 E8 88 0 4 2C 5 36 50 4A
Octal 362 350 210 0 4 54 5 66 120 112
Binary 11110010 11101000 10001000 0 100 101100 101 110110 1010000 1001010

Color Harmonies of #F2E888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E888

Black with #F2E888

Text Example


Text Example

White with #F2E888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E888; }

 p { color: rgb(242,232,136); }

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

background-color css

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

 a { background-color: rgb(242,232,136); }

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

border-color css

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

 span { border-color: rgb(242,232,136); }

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