Html Css Color HEX #F1E491 Khaki

📋 copy color: '#F1E491'

red 241 ◦ green 228 ◦ blue 145

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

Shades of Khaki #F1E491

Tints of Khaki #F1E491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.62%

R = 39.25%
G = 37.13%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1E491 (or 0xF1E491) is known color: Khaki. HEX triplet: F1, E4 and 91. RGB value is (241,228,145). Sum of RGB (Red+Green+Blue) = 241+228+145=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E491 is #0E1B6E. Grayscale: #DEDEDE. Windows color (decimal): -924527 or 9561329. OLE color: 9561329.

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

Color convert

RGB 241 228 145 -
CMYK 0 0.05 0.40 0.05
HSL 51.88º 0.77% 0.76% -
HSV(B) 51.88º 0.4% 0.95% -
XYZ 69.13 76.23 37.86 -
YUV 222.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 241 228 145 0 0.05 0.40 0.05 51.88 0.77 0.76
Hex F1 E4 91 0 5 28 5 34 4D 4C
Octal 361 344 221 0 5 50 5 64 115 114
Binary 11110001 11100100 10010001 0 101 101000 101 110100 1001101 1001100

Color Harmonies of #F1E491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E491

Black with #F1E491

Text Example


Text Example

White with #F1E491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E491; }

 p { color: rgb(241,228,145); }

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

background-color css

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

 a { background-color: rgb(241,228,145); }

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

border-color css

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

 span { border-color: rgb(241,228,145); }

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