Html Css Color HEX #F2E58E Khaki

📋 copy color: '#F2E58E'

red 242 ◦ green 229 ◦ blue 142

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

Shades of Khaki #F2E58E

Tints of Khaki #F2E58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.16%

R = 39.48%
G = 37.36%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2E58E (or 0xF2E58E) is known color: Khaki. HEX triplet: F2, E5 and 8E. RGB value is (242,229,142). Sum of RGB (Red+Green+Blue) = 242+229+142=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E58E is #0D1A71. Grayscale: #DFDFDF. Windows color (decimal): -858738 or 9364978. OLE color: 9364978.

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

Color convert

RGB 242 229 142 -
CMYK 0 0.05 0.41 0.05
HSL 52.2º 0.79% 0.75% -
HSV(B) 52.2º 0.41% 0.95% -
XYZ 69.52 76.87 36.76 -
YUV 222.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 242 229 142 0 0.05 0.41 0.05 52.2 0.79 0.75
Hex F2 E5 8E 0 5 29 5 34 4F 4B
Octal 362 345 216 0 5 51 5 64 117 113
Binary 11110010 11100101 10001110 0 101 101001 101 110100 1001111 1001011

Color Harmonies of #F2E58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E58E

Black with #F2E58E

Text Example


Text Example

White with #F2E58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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