Html Css Color HEX #F2EA8E Khaki

📋 copy color: '#F2EA8E'

red 242 ◦ green 234 ◦ blue 142

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

Shades of Khaki #F2EA8E

Tints of Khaki #F2EA8E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

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

R = 39.16%
G = 37.86%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2EA8E (or 0xF2EA8E) is known color: Khaki. HEX triplet: F2, EA and 8E. RGB value is (242,234,142). Sum of RGB (Red+Green+Blue) = 242+234+142=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 142 (55.86% from 255 or 22.98% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA8E is #0D1571. Grayscale: #E2E2E2. Windows color (decimal): -857458 or 9366258. OLE color: 9366258.

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

Color convert

RGB 242 234 142 -
CMYK 0 0.03 0.41 0.05
HSL 55.2º 0.79% 0.75% -
HSV(B) 55.2º 0.41% 0.95% -
XYZ 70.92 79.68 37.23 -
YUV 225.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 242 234 142 0 0.03 0.41 0.05 55.2 0.79 0.75
Hex F2 EA 8E 0 3 29 5 37 4F 4B
Octal 362 352 216 0 3 51 5 67 117 113
Binary 11110010 11101010 10001110 0 11 101001 101 110111 1001111 1001011

Color Harmonies of #F2EA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA8E

Black with #F2EA8E

Text Example


Text Example

White with #F2EA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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