Html Css Color HEX #F2E489 Khaki

📋 copy color: '#F2E489'

red 242 ◦ green 228 ◦ blue 137

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

Shades of Khaki #F2E489

Tints of Khaki #F2E489

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.56%

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

R = 39.87%
G = 37.56%
B = 22.57%

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

#F2E489 (or 0xF2E489) is known color: Khaki. HEX triplet: F2, E4 and 89. RGB value is (242,228,137). Sum of RGB (Red+Green+Blue) = 242+228+137=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E489 is #0D1B76. Grayscale: #DEDEDE. Windows color (decimal): -858999 or 9037042. OLE color: 9037042.

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

Color convert

RGB 242 228 137 -
CMYK 0 0.06 0.43 0.05
HSL 52º 0.8% 0.74% -
HSV(B) 52º 0.43% 0.95% -
XYZ 68.88 76.17 34.74 -
YUV 221.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 242 228 137 0 0.06 0.43 0.05 52 0.8 0.74
Hex F2 E4 89 0 6 2B 5 34 50 4A
Octal 362 344 211 0 6 53 5 64 120 112
Binary 11110010 11100100 10001001 0 110 101011 101 110100 1010000 1001010

Color Harmonies of #F2E489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E489

Black with #F2E489

Text Example


Text Example

White with #F2E489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E489; }

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

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

background-color css

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

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

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

border-color css

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

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

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