Html Css Color HEX #F2E893 Khaki

📋 copy color: '#F2E893'

red 242 ◦ green 232 ◦ blue 147

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

Shades of Khaki #F2E893

Tints of Khaki #F2E893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.67%

R = 38.97%
G = 37.36%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2E893 (or 0xF2E893) is known color: Khaki. HEX triplet: F2, E8 and 93. RGB value is (242,232,147). Sum of RGB (Red+Green+Blue) = 242+232+147=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E893 is #0D176C. Grayscale: #E1E1E1. Windows color (decimal): -857965 or 9693426. OLE color: 9693426.

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

Color convert

RGB 242 232 147 -
CMYK 0 0.04 0.39 0.05
HSL 53.68º 0.79% 0.76% -
HSV(B) 53.68º 0.39% 0.95% -
XYZ 70.74 78.7 39.07 -
YUV 225.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 242 232 147 0 0.04 0.39 0.05 53.68 0.79 0.76
Hex F2 E8 93 0 4 27 5 36 4F 4C
Octal 362 350 223 0 4 47 5 66 117 114
Binary 11110010 11101000 10010011 0 100 100111 101 110110 1001111 1001100

Color Harmonies of #F2E893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E893

Black with #F2E893

Text Example


Text Example

White with #F2E893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E893; }

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

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

background-color css

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

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

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

border-color css

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

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

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