Html Css Color HEX #F2E58C Khaki

📋 copy color: '#F2E58C'

red 242 ◦ green 229 ◦ blue 140

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

Shades of Khaki #F2E58C

Tints of Khaki #F2E58C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.48%

 BLUE value IS 140 (55.08% from 255) = 22.91%

R = 39.61%
G = 37.48%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2E58C (or 0xF2E58C) is known color: Khaki. HEX triplet: F2, E5 and 8C. RGB value is (242,229,140). Sum of RGB (Red+Green+Blue) = 242+229+140=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E58C is #0D1A73. Grayscale: #DFDFDF. Windows color (decimal): -858740 or 9233906. OLE color: 9233906.

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

Color convert

RGB 242 229 140 -
CMYK 0 0.05 0.42 0.05
HSL 52.35º 0.8% 0.75% -
HSV(B) 52.35º 0.42% 0.95% -
XYZ 69.37 76.81 35.98 -
YUV 222.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 242 229 140 0 0.05 0.42 0.05 52.35 0.8 0.75
Hex F2 E5 8C 0 5 2A 5 34 50 4B
Octal 362 345 214 0 5 52 5 64 120 113
Binary 11110010 11100101 10001100 0 101 101010 101 110100 1010000 1001011

Color Harmonies of #F2E58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E58C

Black with #F2E58C

Text Example


Text Example

White with #F2E58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E58C; }

 p { color: rgb(242,229,140); }

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

background-color css

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

 a { background-color: rgb(242,229,140); }

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

border-color css

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

 span { border-color: rgb(242,229,140); }

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