Html Css Color HEX #F2E987 Khaki

📋 copy color: '#F2E987'

red 242 ◦ green 233 ◦ blue 135

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

Shades of Khaki #F2E987

Tints of Khaki #F2E987

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.2%

 BLUE value IS 135 (53.13% from 255) = 22.13%

R = 39.67%
G = 38.2%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2E987 (or 0xF2E987) is known color: Khaki. HEX triplet: F2, E9 and 87. RGB value is (242,233,135). Sum of RGB (Red+Green+Blue) = 242+233+135=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 135 (53.12% from 255 or 22.13% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E987 is #0D1678. Grayscale: #E0E0E0. Windows color (decimal): -857721 or 8907250. OLE color: 8907250.

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

Color convert

RGB 242 233 135 -
CMYK 0 0.04 0.44 0.05
HSL 54.95º 0.8% 0.74% -
HSV(B) 54.95º 0.44% 0.95% -
XYZ 70.13 78.9 34.46 -
YUV 224.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 242 233 135 0 0.04 0.44 0.05 54.95 0.8 0.74
Hex F2 E9 87 0 4 2C 5 37 50 4A
Octal 362 351 207 0 4 54 5 67 120 112
Binary 11110010 11101001 10000111 0 100 101100 101 110111 1010000 1001010

Color Harmonies of #F2E987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E987

Black with #F2E987

Text Example


Text Example

White with #F2E987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E987; }

 p { color: rgb(242,233,135); }

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

background-color css

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

 a { background-color: rgb(242,233,135); }

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

border-color css

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

 span { border-color: rgb(242,233,135); }

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