Html Css Color HEX #F2E692 Khaki

📋 copy color: '#F2E692'

red 242 ◦ green 230 ◦ blue 146

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

Shades of Khaki #F2E692

Tints of Khaki #F2E692

RGB

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

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

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

R = 39.16%
G = 37.22%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2E692 (or 0xF2E692) is known color: Khaki. HEX triplet: F2, E6 and 92. RGB value is (242,230,146). Sum of RGB (Red+Green+Blue) = 242+230+146=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E692 is #0D196D. Grayscale: #E0E0E0. Windows color (decimal): -858478 or 9627378. OLE color: 9627378.

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

Color convert

RGB 242 230 146 -
CMYK 0 0.05 0.40 0.05
HSL 52.5º 0.79% 0.76% -
HSV(B) 52.5º 0.4% 0.95% -
XYZ 70.1 77.55 38.47 -
YUV 224.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 242 230 146 0 0.05 0.40 0.05 52.5 0.79 0.76
Hex F2 E6 92 0 5 28 5 34 4F 4C
Octal 362 346 222 0 5 50 5 64 117 114
Binary 11110010 11100110 10010010 0 101 101000 101 110100 1001111 1001100

Color Harmonies of #F2E692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E692

Black with #F2E692

Text Example


Text Example

White with #F2E692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E692; }

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

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

background-color css

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

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

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

border-color css

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

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

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