Html Css Color HEX #F2E68A Khaki

📋 copy color: '#F2E68A'

red 242 ◦ green 230 ◦ blue 138

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

Shades of Khaki #F2E68A

Tints of Khaki #F2E68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.62%

R = 39.67%
G = 37.7%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2E68A (or 0xF2E68A) is known color: Khaki. HEX triplet: F2, E6 and 8A. RGB value is (242,230,138). Sum of RGB (Red+Green+Blue) = 242+230+138=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E68A is #0D1975. Grayscale: #DFDFDF. Windows color (decimal): -858486 or 9103090. OLE color: 9103090.

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

Color convert

RGB 242 230 138 -
CMYK 0 0.05 0.43 0.05
HSL 53.08º 0.8% 0.75% -
HSV(B) 53.08º 0.43% 0.95% -
XYZ 69.5 77.31 35.3 -
YUV 223.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 242 230 138 0 0.05 0.43 0.05 53.08 0.8 0.75
Hex F2 E6 8A 0 5 2B 5 35 50 4B
Octal 362 346 212 0 5 53 5 65 120 113
Binary 11110010 11100110 10001010 0 101 101011 101 110101 1010000 1001011

Color Harmonies of #F2E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E68A

Black with #F2E68A

Text Example


Text Example

White with #F2E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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