Html Css Color HEX #F1E291 Khaki

📋 copy color: '#F1E291'

red 241 ◦ green 226 ◦ blue 145

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

Shades of Khaki #F1E291

Tints of Khaki #F1E291

RGB

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

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

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

R = 39.38%
G = 36.93%
B = 23.69%

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

#F1E291 (or 0xF1E291) is known color: Khaki. HEX triplet: F1, E2 and 91. RGB value is (241,226,145). Sum of RGB (Red+Green+Blue) = 241+226+145=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E291 is #0E1D6E. Grayscale: #DDDDDD. Windows color (decimal): -925039 or 9560817. OLE color: 9560817.

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

Color convert

RGB 241 226 145 -
CMYK 0 0.06 0.40 0.05
HSL 50.63º 0.77% 0.76% -
HSV(B) 50.63º 0.4% 0.95% -
XYZ 68.58 75.14 37.68 -
YUV 221.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 241 226 145 0 0.06 0.40 0.05 50.63 0.77 0.76
Hex F1 E2 91 0 6 28 5 33 4D 4C
Octal 361 342 221 0 6 50 5 63 115 114
Binary 11110001 11100010 10010001 0 110 101000 101 110011 1001101 1001100

Color Harmonies of #F1E291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E291

Black with #F1E291

Text Example


Text Example

White with #F1E291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E291; }

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

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

background-color css

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

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

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

border-color css

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

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

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