Html Css Color HEX #F2EA8C Khaki

📋 copy color: '#F2EA8C'

red 242 ◦ green 234 ◦ blue 140

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

Shades of Khaki #F2EA8C

Tints of Khaki #F2EA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.73%

R = 39.29%
G = 37.99%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2EA8C (or 0xF2EA8C) is known color: Khaki. HEX triplet: F2, EA and 8C. RGB value is (242,234,140). Sum of RGB (Red+Green+Blue) = 242+234+140=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA8C is #0D1573. Grayscale: #E2E2E2. Windows color (decimal): -857460 or 9235186. OLE color: 9235186.

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

Color convert

RGB 242 234 140 -
CMYK 0 0.03 0.42 0.05
HSL 55.29º 0.8% 0.75% -
HSV(B) 55.29º 0.42% 0.95% -
XYZ 70.77 79.62 36.45 -
YUV 225.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 242 234 140 0 0.03 0.42 0.05 55.29 0.8 0.75
Hex F2 EA 8C 0 3 2A 5 37 50 4B
Octal 362 352 214 0 3 52 5 67 120 113
Binary 11110010 11101010 10001100 0 11 101010 101 110111 1010000 1001011

Color Harmonies of #F2EA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA8C

Black with #F2EA8C

Text Example


Text Example

White with #F2EA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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