Html Css Color HEX #F2E990 Khaki

📋 copy color: '#F2E990'

red 242 ◦ green 233 ◦ blue 144

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

Shades of Khaki #F2E990

Tints of Khaki #F2E990

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.64%

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

R = 39.1%
G = 37.64%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2E990 (or 0xF2E990) is known color: Khaki. HEX triplet: F2, E9 and 90. RGB value is (242,233,144). Sum of RGB (Red+Green+Blue) = 242+233+144=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E990 is #0D166F. Grayscale: #E1E1E1. Windows color (decimal): -857712 or 9497074. OLE color: 9497074.

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

Color convert

RGB 242 233 144 -
CMYK 0 0.04 0.40 0.05
HSL 54.49º 0.79% 0.76% -
HSV(B) 54.49º 0.4% 0.95% -
XYZ 70.79 79.17 37.94 -
YUV 225.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 242 233 144 0 0.04 0.40 0.05 54.49 0.79 0.76
Hex F2 E9 90 0 4 28 5 36 4F 4C
Octal 362 351 220 0 4 50 5 66 117 114
Binary 11110010 11101001 10010000 0 100 101000 101 110110 1001111 1001100

Color Harmonies of #F2E990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E990

Black with #F2E990

Text Example


Text Example

White with #F2E990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E990; }

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

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

background-color css

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

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

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

border-color css

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

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

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