#F2EA8B

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

Shades of Khaki #F2EA8B

Tints of Khaki #F2EA8B

Color information

#F2EA8B (or 0xF2EA8B) is unknown color: approx Khaki. HEX triplet: F2, EA and 8B. RGB value is (242,234,139). Sum of RGB (Red+Green+Blue) = 242+234+139=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA8B is #0D1574. Grayscale: #E1E1E1. Windows color (decimal): -857461 or 9169650. OLE color: 9169650.

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

Color convert

RGB242234139-
CMYK00.030.430.05
HSL55.34º79.84%74.71%-
HSV(B)55.34º42.56%94.9%-
XYZ70.779.5936.06-
YUV225.5679.15139.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 139 (54.69% from 255) = 22.60%
R=39.35%
G=38.05%
B=22.60%

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
Decimal24223413900.030.430.0555.3479.8474.71
HexF2EA8B032B537504b
Octal3623522130353567120113
Binary11110010111010101000101101110101110111011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA8B; }

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

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

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

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

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

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

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

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