Html Css Color HEX #F2E689 Khaki

📋 copy color: '#F2E689'

red 242 ◦ green 230 ◦ blue 137

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

Shades of Khaki #F2E689

Tints of Khaki #F2E689

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.77%

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

R = 39.74%
G = 37.77%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2E689 (or 0xF2E689) is known color: Khaki. HEX triplet: F2, E6 and 89. RGB value is (242,230,137). Sum of RGB (Red+Green+Blue) = 242+230+137=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E689 is #0D1976. Grayscale: #DFDFDF. Windows color (decimal): -858487 or 9037554. OLE color: 9037554.

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

Color convert

RGB 242 230 137 -
CMYK 0 0.05 0.43 0.05
HSL 53.14º 0.8% 0.74% -
HSV(B) 53.14º 0.43% 0.95% -
XYZ 69.43 77.28 34.92 -
YUV 222.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 242 230 137 0 0.05 0.43 0.05 53.14 0.8 0.74
Hex F2 E6 89 0 5 2B 5 35 50 4A
Octal 362 346 211 0 5 53 5 65 120 112
Binary 11110010 11100110 10001001 0 101 101011 101 110101 1010000 1001010

Color Harmonies of #F2E689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E689

Black with #F2E689

Text Example


Text Example

White with #F2E689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E689; }

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

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

background-color css

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

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

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

border-color css

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

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

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