Html Css Color HEX #F2E884 Khaki

📋 copy color: '#F2E884'

red 242 ◦ green 232 ◦ blue 132

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

Shades of Khaki #F2E884

Tints of Khaki #F2E884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.78%

R = 39.93%
G = 38.28%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2E884 (or 0xF2E884) is known color: Khaki. HEX triplet: F2, E8 and 84. RGB value is (242,232,132). Sum of RGB (Red+Green+Blue) = 242+232+132=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E884 is #0D177B. Grayscale: #E0E0E0. Windows color (decimal): -857980 or 8710386. OLE color: 8710386.

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

Color convert

RGB 242 232 132 -
CMYK 0 0.04 0.45 0.05
HSL 54.55º 0.81% 0.73% -
HSV(B) 54.55º 0.45% 0.95% -
XYZ 69.64 78.26 33.26 -
YUV 223.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 242 232 132 0 0.04 0.45 0.05 54.55 0.81 0.73
Hex F2 E8 84 0 4 2D 5 37 51 49
Octal 362 350 204 0 4 55 5 67 121 111
Binary 11110010 11101000 10000100 0 100 101101 101 110111 1010001 1001001

Color Harmonies of #F2E884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E884

Black with #F2E884

Text Example


Text Example

White with #F2E884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E884; }

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

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

background-color css

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

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

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

border-color css

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

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

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