Html Css Color HEX #F2EC90 Khaki

📋 copy color: '#F2EC90'

red 242 ◦ green 236 ◦ blue 144

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

Shades of Khaki #F2EC90

Tints of Khaki #F2EC90

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.94%

 BLUE value IS 144 (56.64% from 255) = 23.15%

R = 38.91%
G = 37.94%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2EC90 (or 0xF2EC90) is known color: Khaki. HEX triplet: F2, EC and 90. RGB value is (242,236,144). Sum of RGB (Red+Green+Blue) = 242+236+144=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 144 (56.64% from 255 or 23.15% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC90 is #0D136F. Grayscale: #E3E3E3. Windows color (decimal): -856944 or 9497842. OLE color: 9497842.

HSL color Cylindrical-coordinate representation of color #F2EC90: hue angle of 56.33º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2EC90 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 236 144 -
CMYK 0 0.02 0.40 0.05
HSL 56.33º 0.79% 0.76% -
HSV(B) 56.33º 0.4% 0.95% -
XYZ 71.65 80.88 38.22 -
YUV 227.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 242 236 144 0 0.02 0.40 0.05 56.33 0.79 0.76
Hex F2 EC 90 0 2 28 5 38 4F 4C
Octal 362 354 220 0 2 50 5 70 117 114
Binary 11110010 11101100 10010000 0 10 101000 101 111000 1001111 1001100

Color Harmonies of #F2EC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC90

Black with #F2EC90

Text Example


Text Example

White with #F2EC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC90; }

 p { color: rgb(242,236,144); }

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

background-color css

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

 a { background-color: rgb(242,236,144); }

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

border-color css

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

 span { border-color: rgb(242,236,144); }

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