Html Css Color HEX #F2E492 Khaki

📋 copy color: '#F2E492'

red 242 ◦ green 228 ◦ blue 146

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

Shades of Khaki #F2E492

Tints of Khaki #F2E492

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.01%

 BLUE value IS 146 (57.42% from 255) = 23.7%

R = 39.29%
G = 37.01%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2E492 (or 0xF2E492) is known color: Khaki. HEX triplet: F2, E4 and 92. RGB value is (242,228,146). Sum of RGB (Red+Green+Blue) = 242+228+146=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E492 is #0D1B6D. Grayscale: #DFDFDF. Windows color (decimal): -858990 or 9626866. OLE color: 9626866.

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

Color convert

RGB 242 228 146 -
CMYK 0 0.06 0.40 0.05
HSL 51.25º 0.79% 0.76% -
HSV(B) 51.25º 0.4% 0.95% -
XYZ 69.55 76.44 38.28 -
YUV 222.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 242 228 146 0 0.06 0.40 0.05 51.25 0.79 0.76
Hex F2 E4 92 0 6 28 5 33 4F 4C
Octal 362 344 222 0 6 50 5 63 117 114
Binary 11110010 11100100 10010010 0 110 101000 101 110011 1001111 1001100

Color Harmonies of #F2E492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E492

Black with #F2E492

Text Example


Text Example

White with #F2E492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E492; }

 p { color: rgb(242,228,146); }

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

background-color css

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

 a { background-color: rgb(242,228,146); }

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

border-color css

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

 span { border-color: rgb(242,228,146); }

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