#F2E68F

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

Shades of Khaki #F2E68F

Tints of Khaki #F2E68F

Color information

#F2E68F (or 0xF2E68F) is unknown color: approx Khaki. HEX triplet: F2, E6 and 8F. RGB value is (242,230,143). Sum of RGB (Red+Green+Blue) = 242+230+143=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E68F is #0D1970. Grayscale: #E0E0E0. Windows color (decimal): -858481 or 9430770. OLE color: 9430770.

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

Color convert

RGB242230143-
CMYK00.050.410.05
HSL52.73º79.2%75.49%-
HSV(B)52.73º40.91%94.9%-
XYZ69.8777.4537.25-
YUV223.6782.48141.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 143 (56.25% from 255) = 23.25%
R=39.35%
G=37.40%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223014300.050.410.0552.7379.275.49
HexF2E68F05295354f4b
Octal3623462170551565117113
Binary111100101110011010001111010110100110111010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E68F; }

 p { color: rgb(242,230,143); }

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

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

 a { background-color: rgb(242,230,143); }

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

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

 span { border-color: rgb(242,230,143); }

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