Html Css Color HEX #F2E992 Khaki

📋 copy color: '#F2E992'

red 242 ◦ green 233 ◦ blue 146

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

Shades of Khaki #F2E992

Tints of Khaki #F2E992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.51%

R = 38.97%
G = 37.52%
B = 23.51%

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

#F2E992 (or 0xF2E992) is known color: Khaki. HEX triplet: F2, E9 and 92. RGB value is (242,233,146). Sum of RGB (Red+Green+Blue) = 242+233+146=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E992 is #0D166D. Grayscale: #E2E2E2. Windows color (decimal): -857710 or 9628146. OLE color: 9628146.

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

Color convert

RGB 242 233 146 -
CMYK 0 0.04 0.40 0.05
HSL 54.38º 0.79% 0.76% -
HSV(B) 54.38º 0.4% 0.95% -
XYZ 70.95 79.23 38.75 -
YUV 225.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 242 233 146 0 0.04 0.40 0.05 54.38 0.79 0.76
Hex F2 E9 92 0 4 28 5 36 4F 4C
Octal 362 351 222 0 4 50 5 66 117 114
Binary 11110010 11101001 10010010 0 100 101000 101 110110 1001111 1001100

Color Harmonies of #F2E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E992

Black with #F2E992

Text Example


Text Example

White with #F2E992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E992; }

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

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

background-color css

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

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

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

border-color css

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

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

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