Html Css Color HEX #F1E290 Khaki

📋 copy color: '#F1E290'

red 241 ◦ green 226 ◦ blue 144

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

Shades of Khaki #F1E290

Tints of Khaki #F1E290

RGB

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

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

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

R = 39.44%
G = 36.99%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1E290 (or 0xF1E290) is known color: Khaki. HEX triplet: F1, E2 and 90. RGB value is (241,226,144). Sum of RGB (Red+Green+Blue) = 241+226+144=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E290 is #0E1D6F. Grayscale: #DDDDDD. Windows color (decimal): -925040 or 9495281. OLE color: 9495281.

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

Color convert

RGB 241 226 144 -
CMYK 0 0.06 0.40 0.05
HSL 50.72º 0.78% 0.75% -
HSV(B) 50.72º 0.4% 0.95% -
XYZ 68.51 75.11 37.27 -
YUV 221.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 241 226 144 0 0.06 0.40 0.05 50.72 0.78 0.75
Hex F1 E2 90 0 6 28 5 33 4E 4B
Octal 361 342 220 0 6 50 5 63 116 113
Binary 11110001 11100010 10010000 0 110 101000 101 110011 1001110 1001011

Color Harmonies of #F1E290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E290

Black with #F1E290

Text Example


Text Example

White with #F1E290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E290; }

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

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

background-color css

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

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

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

border-color css

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

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

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