Html Css Color HEX #F1E190 Khaki

📋 copy color: '#F1E190'

red 241 ◦ green 225 ◦ blue 144

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

Shades of Khaki #F1E190

Tints of Khaki #F1E190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.89%

 BLUE value IS 144 (56.64% from 255) = 23.61%

R = 39.51%
G = 36.89%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1E190 (or 0xF1E190) is known color: Khaki. HEX triplet: F1, E1 and 90. RGB value is (241,225,144). Sum of RGB (Red+Green+Blue) = 241+225+144=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E190 is #0E1E6F. Grayscale: #DCDCDC. Windows color (decimal): -925296 or 9495025. OLE color: 9495025.

HSL color Cylindrical-coordinate representation of color #F1E190: hue angle of 50.1º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1E190 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 225 144 -
CMYK 0 0.07 0.40 0.05
HSL 50.1º 0.78% 0.75% -
HSV(B) 50.1º 0.4% 0.95% -
XYZ 68.23 74.56 37.18 -
YUV 220.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 241 225 144 0 0.07 0.40 0.05 50.1 0.78 0.75
Hex F1 E1 90 0 7 28 5 32 4E 4B
Octal 361 341 220 0 7 50 5 62 116 113
Binary 11110001 11100001 10010000 0 111 101000 101 110010 1001110 1001011

Color Harmonies of #F1E190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E190

Black with #F1E190

Text Example


Text Example

White with #F1E190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E190; }

 p { color: rgb(241,225,144); }

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

background-color css

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

 a { background-color: rgb(241,225,144); }

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

border-color css

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

 span { border-color: rgb(241,225,144); }

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