Html Css Color HEX #F0E287 Khaki

📋 copy color: '#F0E287'

red 240 ◦ green 226 ◦ blue 135

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

Shades of Khaki #F0E287

Tints of Khaki #F0E287

RGB

 RED value IS 240 (94.14% from 255) = 39.93%

 GREEN value IS 226 (88.67% from 255) = 37.6%

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

R = 39.93%
G = 37.6%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F0E287 (or 0xF0E287) is known color: Khaki. HEX triplet: F0, E2 and 87. RGB value is (240,226,135). Sum of RGB (Red+Green+Blue) = 240+226+135=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 135 (53.12% from 255 or 22.46% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E287 is #0F1D78. Grayscale: #DCDCDC. Windows color (decimal): -990585 or 8905456. OLE color: 8905456.

HSL color Cylindrical-coordinate representation of color #F0E287: hue angle of 52º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0E287 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 135 -
CMYK 0 0.06 0.44 0.06
HSL 52º 0.78% 0.74% -
HSV(B) 52º 0.44% 0.94% -
XYZ 67.5 74.67 33.78 -
YUV 219.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 240 226 135 0 0.06 0.44 0.06 52 0.78 0.74
Hex F0 E2 87 0 6 2C 6 34 4E 4A
Octal 360 342 207 0 6 54 6 64 116 112
Binary 11110000 11100010 10000111 0 110 101100 110 110100 1001110 1001010

Color Harmonies of #F0E287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E287

Black with #F0E287

Text Example


Text Example

White with #F0E287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E287; }

 p { color: rgb(240,226,135); }

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

background-color css

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

 a { background-color: rgb(240,226,135); }

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

border-color css

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

 span { border-color: rgb(240,226,135); }

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