Html Css Color HEX #F2ED8D Khaki

📋 copy color: '#F2ED8D'

red 242 ◦ green 237 ◦ blue 141

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

Shades of Khaki #F2ED8D

Tints of Khaki #F2ED8D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

 BLUE value IS 141 (55.47% from 255) = 22.74%

R = 39.03%
G = 38.23%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2ED8D (or 0xF2ED8D) is known color: Khaki. HEX triplet: F2, ED and 8D. RGB value is (242,237,141). Sum of RGB (Red+Green+Blue) = 242+237+141=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED8D is #0D1272. Grayscale: #E3E3E3. Windows color (decimal): -856691 or 9301490. OLE color: 9301490.

HSL color Cylindrical-coordinate representation of color #F2ED8D: hue angle of 57.03º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2ED8D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 141 -
CMYK 0 0.02 0.42 0.05
HSL 57.03º 0.8% 0.75% -
HSV(B) 57.03º 0.42% 0.95% -
XYZ 71.71 81.37 37.13 -
YUV 227.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 242 237 141 0 0.02 0.42 0.05 57.03 0.8 0.75
Hex F2 ED 8D 0 2 2A 5 39 50 4B
Octal 362 355 215 0 2 52 5 71 120 113
Binary 11110010 11101101 10001101 0 10 101010 101 111001 1010000 1001011

Color Harmonies of #F2ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED8D

Black with #F2ED8D

Text Example


Text Example

White with #F2ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED8D; }

 p { color: rgb(242,237,141); }

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

background-color css

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

 a { background-color: rgb(242,237,141); }

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

border-color css

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

 span { border-color: rgb(242,237,141); }

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