Html Css Color HEX #F2E389 Khaki

📋 copy color: '#F2E389'

red 242 ◦ green 227 ◦ blue 137

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

Shades of Khaki #F2E389

Tints of Khaki #F2E389

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

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

R = 39.93%
G = 37.46%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2E389 (or 0xF2E389) is known color: Khaki. HEX triplet: F2, E3 and 89. RGB value is (242,227,137). Sum of RGB (Red+Green+Blue) = 242+227+137=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E389 is #0D1C76. Grayscale: #DDDDDD. Windows color (decimal): -859255 or 9036786. OLE color: 9036786.

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

Color convert

RGB 242 227 137 -
CMYK 0 0.06 0.43 0.05
HSL 51.43º 0.8% 0.74% -
HSV(B) 51.43º 0.43% 0.95% -
XYZ 68.6 75.62 34.65 -
YUV 221.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 242 227 137 0 0.06 0.43 0.05 51.43 0.8 0.74
Hex F2 E3 89 0 6 2B 5 33 50 4A
Octal 362 343 211 0 6 53 5 63 120 112
Binary 11110010 11100011 10001001 0 110 101011 101 110011 1010000 1001010

Color Harmonies of #F2E389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E389

Black with #F2E389

Text Example


Text Example

White with #F2E389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E389; }

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

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

background-color css

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

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

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

border-color css

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

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

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