Html Css Color HEX #F2E68C Khaki

📋 copy color: '#F2E68C'

red 242 ◦ green 230 ◦ blue 140

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

Shades of Khaki #F2E68C

Tints of Khaki #F2E68C

RGB

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

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

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

R = 39.54%
G = 37.58%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2E68C (or 0xF2E68C) is known color: Khaki. HEX triplet: F2, E6 and 8C. RGB value is (242,230,140). Sum of RGB (Red+Green+Blue) = 242+230+140=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E68C is #0D1973. Grayscale: #DFDFDF. Windows color (decimal): -858484 or 9234162. OLE color: 9234162.

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

Color convert

RGB 242 230 140 -
CMYK 0 0.05 0.42 0.05
HSL 52.94º 0.8% 0.75% -
HSV(B) 52.94º 0.42% 0.95% -
XYZ 69.65 77.36 36.07 -
YUV 223.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 242 230 140 0 0.05 0.42 0.05 52.94 0.8 0.75
Hex F2 E6 8C 0 5 2A 5 35 50 4B
Octal 362 346 214 0 5 52 5 65 120 113
Binary 11110010 11100110 10001100 0 101 101010 101 110101 1010000 1001011

Color Harmonies of #F2E68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E68C

Black with #F2E68C

Text Example


Text Example

White with #F2E68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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