Html Css Color HEX #F2E38C Khaki

📋 copy color: '#F2E38C'

red 242 ◦ green 227 ◦ blue 140

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

Shades of Khaki #F2E38C

Tints of Khaki #F2E38C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.27%

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

R = 39.74%
G = 37.27%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2E38C (or 0xF2E38C) is known color: Khaki. HEX triplet: F2, E3 and 8C. RGB value is (242,227,140). Sum of RGB (Red+Green+Blue) = 242+227+140=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E38C is #0D1C73. Grayscale: #DDDDDD. Windows color (decimal): -859252 or 9233394. OLE color: 9233394.

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

Color convert

RGB 242 227 140 -
CMYK 0 0.06 0.42 0.05
HSL 51.18º 0.8% 0.75% -
HSV(B) 51.18º 0.42% 0.95% -
XYZ 68.82 75.71 35.8 -
YUV 221.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 242 227 140 0 0.06 0.42 0.05 51.18 0.8 0.75
Hex F2 E3 8C 0 6 2A 5 33 50 4B
Octal 362 343 214 0 6 52 5 63 120 113
Binary 11110010 11100011 10001100 0 110 101010 101 110011 1010000 1001011

Color Harmonies of #F2E38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E38C

Black with #F2E38C

Text Example


Text Example

White with #F2E38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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