Html Css Color HEX #F2E891 Khaki

📋 copy color: '#F2E891'

red 242 ◦ green 232 ◦ blue 145

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

Shades of Khaki #F2E891

Tints of Khaki #F2E891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.42%

R = 39.1%
G = 37.48%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2E891 (or 0xF2E891) is known color: Khaki. HEX triplet: F2, E8 and 91. RGB value is (242,232,145). Sum of RGB (Red+Green+Blue) = 242+232+145=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 145 (57.03% from 255 or 23.42% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E891 is #0D176E. Grayscale: #E1E1E1. Windows color (decimal): -857967 or 9562354. OLE color: 9562354.

HSL color Cylindrical-coordinate representation of color #F2E891: hue angle of 53.81º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2E891 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 145 -
CMYK 0 0.04 0.40 0.05
HSL 53.81º 0.79% 0.76% -
HSV(B) 53.81º 0.4% 0.95% -
XYZ 70.59 78.63 38.25 -
YUV 225.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 242 232 145 0 0.04 0.40 0.05 53.81 0.79 0.76
Hex F2 E8 91 0 4 28 5 36 4F 4C
Octal 362 350 221 0 4 50 5 66 117 114
Binary 11110010 11101000 10010001 0 100 101000 101 110110 1001111 1001100

Color Harmonies of #F2E891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E891

Black with #F2E891

Text Example


Text Example

White with #F2E891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E891; }

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

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

background-color css

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

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

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

border-color css

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

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

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