Html Css Color HEX #F1E289 Khaki

📋 copy color: '#F1E289'

red 241 ◦ green 226 ◦ blue 137

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

Shades of Khaki #F1E289

Tints of Khaki #F1E289

RGB

 RED value IS 241 (94.53% from 255) = 39.9%

 GREEN value IS 226 (88.67% from 255) = 37.42%

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

R = 39.9%
G = 37.42%
B = 22.68%

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

#F1E289 (or 0xF1E289) is known color: Khaki. HEX triplet: F1, E2 and 89. RGB value is (241,226,137). Sum of RGB (Red+Green+Blue) = 241+226+137=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E289 is #0E1D76. Grayscale: #DCDCDC. Windows color (decimal): -925047 or 9036529. OLE color: 9036529.

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

Color convert

RGB 241 226 137 -
CMYK 0 0.06 0.43 0.05
HSL 51.35º 0.79% 0.74% -
HSV(B) 51.35º 0.43% 0.95% -
XYZ 67.99 74.9 34.54 -
YUV 220.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 241 226 137 0 0.06 0.43 0.05 51.35 0.79 0.74
Hex F1 E2 89 0 6 2B 5 33 4F 4A
Octal 361 342 211 0 6 53 5 63 117 112
Binary 11110001 11100010 10001001 0 110 101011 101 110011 1001111 1001010

Color Harmonies of #F1E289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E289

Black with #F1E289

Text Example


Text Example

White with #F1E289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E289; }

 p { color: rgb(241,226,137); }

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

background-color css

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

 a { background-color: rgb(241,226,137); }

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

border-color css

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

 span { border-color: rgb(241,226,137); }

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