Html Css Color HEX #F2ED89 Khaki

📋 copy color: '#F2ED89'

red 242 ◦ green 237 ◦ blue 137

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

Shades of Khaki #F2ED89

Tints of Khaki #F2ED89

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

 BLUE value IS 137 (53.91% from 255) = 22.24%

R = 39.29%
G = 38.47%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2ED89 (or 0xF2ED89) is known color: Khaki. HEX triplet: F2, ED and 89. RGB value is (242,237,137). Sum of RGB (Red+Green+Blue) = 242+237+137=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 137 (53.91% from 255 or 22.24% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED89 is #0D1276. Grayscale: #E3E3E3. Windows color (decimal): -856695 or 9039346. OLE color: 9039346.

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

Color convert

RGB 242 237 137 -
CMYK 0 0.02 0.43 0.05
HSL 57.14º 0.8% 0.74% -
HSV(B) 57.14º 0.43% 0.95% -
XYZ 71.42 81.25 35.59 -
YUV 227.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 242 237 137 0 0.02 0.43 0.05 57.14 0.8 0.74
Hex F2 ED 89 0 2 2B 5 39 50 4A
Octal 362 355 211 0 2 53 5 71 120 112
Binary 11110010 11101101 10001001 0 10 101011 101 111001 1010000 1001010

Color Harmonies of #F2ED89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED89

Black with #F2ED89

Text Example


Text Example

White with #F2ED89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED89; }

 p { color: rgb(242,237,137); }

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

background-color css

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

 a { background-color: rgb(242,237,137); }

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

border-color css

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

 span { border-color: rgb(242,237,137); }

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