#F2EB8B

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

Shades of Khaki #F2EB8B

Tints of Khaki #F2EB8B

Color information

#F2EB8B (or 0xF2EB8B) is unknown color: approx Khaki. HEX triplet: F2, EB and 8B. RGB value is (242,235,139). Sum of RGB (Red+Green+Blue) = 242+235+139=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 139 (54.69% from 255 or 22.56% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB8B is #0D1474. Grayscale: #E2E2E2. Windows color (decimal): -857205 or 9169906. OLE color: 9169906.

HSL color Cylindrical-coordinate representation of color #F2EB8B: hue angle of 55.92º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2EB8B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242235139-
CMYK00.030.430.05
HSL55.92º79.84%74.71%-
HSV(B)55.92º42.56%94.9%-
XYZ70.9980.1636.16-
YUV226.1578.82139.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 139 (54.69% from 255) = 22.56%
R=39.29%
G=38.15%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223513900.030.430.0555.9279.8474.71
HexF2EB8B032B538504b
Octal3623532130353570120113
Binary11110010111010111000101101110101110111100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB8B; }

 p { color: rgb(242,235,139); }

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

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

 a { background-color: rgb(242,235,139); }

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

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

 span { border-color: rgb(242,235,139); }

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