Html Css Color HEX #F0E191 Khaki

📋 copy color: '#F0E191'

red 240 ◦ green 225 ◦ blue 145

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

Shades of Khaki #F0E191

Tints of Khaki #F0E191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.89%

 BLUE value IS 145 (57.03% from 255) = 23.77%

R = 39.34%
G = 36.89%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0E191 (or 0xF0E191) is known color: Khaki. HEX triplet: F0, E1 and 91. RGB value is (240,225,145). Sum of RGB (Red+Green+Blue) = 240+225+145=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E191 is #0F1E6E. Grayscale: #DCDCDC. Windows color (decimal): -990831 or 9560560. OLE color: 9560560.

HSL color Cylindrical-coordinate representation of color #F0E191: hue angle of 50.53º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0E191 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 145 -
CMYK 0 0.06 0.40 0.06
HSL 50.53º 0.76% 0.75% -
HSV(B) 50.53º 0.4% 0.94% -
XYZ 67.97 74.42 37.57 -
YUV 220.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 240 225 145 0 0.06 0.40 0.06 50.53 0.76 0.75
Hex F0 E1 91 0 6 28 6 33 4C 4B
Octal 360 341 221 0 6 50 6 63 114 113
Binary 11110000 11100001 10010001 0 110 101000 110 110011 1001100 1001011

Color Harmonies of #F0E191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E191

Black with #F0E191

Text Example


Text Example

White with #F0E191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E191; }

 p { color: rgb(240,225,145); }

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

background-color css

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

 a { background-color: rgb(240,225,145); }

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

border-color css

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

 span { border-color: rgb(240,225,145); }

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