Html Css Color HEX #F2E690 Khaki

📋 copy color: '#F2E690'

red 242 ◦ green 230 ◦ blue 144

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

Shades of Khaki #F2E690

Tints of Khaki #F2E690

RGB

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

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

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

R = 39.29%
G = 37.34%
B = 23.38%

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

#F2E690 (or 0xF2E690) is known color: Khaki. HEX triplet: F2, E6 and 90. RGB value is (242,230,144). Sum of RGB (Red+Green+Blue) = 242+230+144=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E690 is #0D196F. Grayscale: #E0E0E0. Windows color (decimal): -858480 or 9496306. OLE color: 9496306.

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

Color convert

RGB 242 230 144 -
CMYK 0 0.05 0.40 0.05
HSL 52.65º 0.79% 0.76% -
HSV(B) 52.65º 0.4% 0.95% -
XYZ 69.95 77.48 37.65 -
YUV 223.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 242 230 144 0 0.05 0.40 0.05 52.65 0.79 0.76
Hex F2 E6 90 0 5 28 5 35 4F 4C
Octal 362 346 220 0 5 50 5 65 117 114
Binary 11110010 11100110 10010000 0 101 101000 101 110101 1001111 1001100

Color Harmonies of #F2E690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E690

Black with #F2E690

Text Example


Text Example

White with #F2E690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E690; }

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

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

background-color css

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

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

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

border-color css

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

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

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