Html Css Color HEX #F2E993 Khaki

📋 copy color: '#F2E993'

red 242 ◦ green 233 ◦ blue 147

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

Shades of Khaki #F2E993

Tints of Khaki #F2E993

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.46%

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

R = 38.91%
G = 37.46%
B = 23.63%

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

#F2E993 (or 0xF2E993) is known color: Khaki. HEX triplet: F2, E9 and 93. RGB value is (242,233,147). Sum of RGB (Red+Green+Blue) = 242+233+147=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 147 (57.81% from 255 or 23.63% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E993 is #0D166C. Grayscale: #E2E2E2. Windows color (decimal): -857709 or 9693682. OLE color: 9693682.

HSL color Cylindrical-coordinate representation of color #F2E993: hue angle of 54.32º 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 #F2E993 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 147 -
CMYK 0 0.04 0.39 0.05
HSL 54.32º 0.79% 0.76% -
HSV(B) 54.32º 0.39% 0.95% -
XYZ 71.02 79.26 39.16 -
YUV 225.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 242 233 147 0 0.04 0.39 0.05 54.32 0.79 0.76
Hex F2 E9 93 0 4 27 5 36 4F 4C
Octal 362 351 223 0 4 47 5 66 117 114
Binary 11110010 11101001 10010011 0 100 100111 101 110110 1001111 1001100

Color Harmonies of #F2E993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E993

Black with #F2E993

Text Example


Text Example

White with #F2E993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E993; }

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

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

background-color css

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

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

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

border-color css

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

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

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