Html Css Color HEX #F2E090 Khaki

📋 copy color: '#F2E090'

red 242 ◦ green 224 ◦ blue 144

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

Shades of Khaki #F2E090

Tints of Khaki #F2E090

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.72%

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

R = 39.67%
G = 36.72%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2E090 (or 0xF2E090) is known color: Khaki. HEX triplet: F2, E0 and 90. RGB value is (242,224,144). Sum of RGB (Red+Green+Blue) = 242+224+144=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E090 is #0D1F6F. Grayscale: #DCDCDC. Windows color (decimal): -860016 or 9494770. OLE color: 9494770.

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

Color convert

RGB 242 224 144 -
CMYK 0 0.07 0.40 0.05
HSL 48.98º 0.79% 0.76% -
HSV(B) 48.98º 0.4% 0.95% -
XYZ 68.31 74.2 37.11 -
YUV 220.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 242 224 144 0 0.07 0.40 0.05 48.98 0.79 0.76
Hex F2 E0 90 0 7 28 5 31 4F 4C
Octal 362 340 220 0 7 50 5 61 117 114
Binary 11110010 11100000 10010000 0 111 101000 101 110001 1001111 1001100

Color Harmonies of #F2E090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E090

Black with #F2E090

Text Example


Text Example

White with #F2E090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E090; }

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

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

background-color css

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

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

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

border-color css

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

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

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