Html Css Color HEX #F2E589 Khaki

📋 copy color: '#F2E589'

red 242 ◦ green 229 ◦ blue 137

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

Shades of Khaki #F2E589

Tints of Khaki #F2E589

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.66%

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

R = 39.8%
G = 37.66%
B = 22.53%

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

#F2E589 (or 0xF2E589) is known color: Khaki. HEX triplet: F2, E5 and 89. RGB value is (242,229,137). Sum of RGB (Red+Green+Blue) = 242+229+137=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 137 (53.91% from 255 or 22.53% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E589 is #0D1A76. Grayscale: #DEDEDE. Windows color (decimal): -858743 or 9037298. OLE color: 9037298.

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

Color convert

RGB 242 229 137 -
CMYK 0 0.05 0.43 0.05
HSL 52.57º 0.8% 0.74% -
HSV(B) 52.57º 0.43% 0.95% -
XYZ 69.15 76.72 34.83 -
YUV 222.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 242 229 137 0 0.05 0.43 0.05 52.57 0.8 0.74
Hex F2 E5 89 0 5 2B 5 35 50 4A
Octal 362 345 211 0 5 53 5 65 120 112
Binary 11110010 11100101 10001001 0 101 101011 101 110101 1010000 1001010

Color Harmonies of #F2E589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E589

Black with #F2E589

Text Example


Text Example

White with #F2E589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E589; }

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

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

background-color css

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

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

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

border-color css

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

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

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