Html Css Color HEX #F2E68E Khaki

📋 copy color: '#F2E68E'

red 242 ◦ green 230 ◦ blue 142

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

Shades of Khaki #F2E68E

Tints of Khaki #F2E68E

RGB

 RED value IS 242 (94.92% from 255) = 39.41%

 GREEN value IS 230 (90.23% from 255) = 37.46%

 BLUE value IS 142 (55.86% from 255) = 23.13%

R = 39.41%
G = 37.46%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2E68E (or 0xF2E68E) is known color: Khaki. HEX triplet: F2, E6 and 8E. RGB value is (242,230,142). Sum of RGB (Red+Green+Blue) = 242+230+142=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E68E is #0D1971. Grayscale: #DFDFDF. Windows color (decimal): -858482 or 9365234. OLE color: 9365234.

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

Color convert

RGB 242 230 142 -
CMYK 0 0.05 0.41 0.05
HSL 52.8º 0.79% 0.75% -
HSV(B) 52.8º 0.41% 0.95% -
XYZ 69.8 77.42 36.86 -
YUV 223.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 242 230 142 0 0.05 0.41 0.05 52.8 0.79 0.75
Hex F2 E6 8E 0 5 29 5 35 4F 4B
Octal 362 346 216 0 5 51 5 65 117 113
Binary 11110010 11100110 10001110 0 101 101001 101 110101 1001111 1001011

Color Harmonies of #F2E68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E68E

Black with #F2E68E

Text Example


Text Example

White with #F2E68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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