#F1E28A

Color #F1E28A Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F1E28A

Tints of Khaki #F1E28A

Color information

#F1E28A (or 0xF1E28A) is unknown color: approx Khaki. HEX triplet: F1, E2 and 8A. RGB value is (241,226,138). Sum of RGB (Red+Green+Blue) = 241+226+138=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E28A is #0E1D75. Grayscale: #DCDCDC. Windows color (decimal): -925046 or 9102065. OLE color: 9102065.

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

Color convert

RGB241226138-
CMYK00.060.430.05
HSL51.26º78.63%74.31%-
HSV(B)51.26º42.74%94.51%-
XYZ68.0674.9334.92-
YUV220.4581.47142.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=39.83%
G=37.36%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122613800.060.430.0551.2678.6374.31
HexF1E28A062B5334f4a
Octal3613422120653563117112
Binary111100011110001010001010011010101110111001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E28A; }

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

 H1.HeaderClassName
 {
   color: #F1E28A;
 }
 .AnyTagClassName
 {
   color: #F1E28A;
 }
</style>
background-color css

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

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

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

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

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

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