Html Css Color HEX #F0E291 Khaki

📋 copy color: '#F0E291'

red 240 ◦ green 226 ◦ blue 145

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

Shades of Khaki #F0E291

Tints of Khaki #F0E291

RGB

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

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

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

R = 39.28%
G = 36.99%
B = 23.73%

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

#F0E291 (or 0xF0E291) is known color: Khaki. HEX triplet: F0, E2 and 91. RGB value is (240,226,145). Sum of RGB (Red+Green+Blue) = 240+226+145=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E291 is #0F1D6E. Grayscale: #DDDDDD. Windows color (decimal): -990575 or 9560816. OLE color: 9560816.

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

Color convert

RGB 240 226 145 -
CMYK 0 0.06 0.40 0.06
HSL 51.16º 0.76% 0.75% -
HSV(B) 51.16º 0.4% 0.94% -
XYZ 68.24 74.96 37.66 -
YUV 220.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 240 226 145 0 0.06 0.40 0.06 51.16 0.76 0.75
Hex F0 E2 91 0 6 28 6 33 4C 4B
Octal 360 342 221 0 6 50 6 63 114 113
Binary 11110000 11100010 10010001 0 110 101000 110 110011 1001100 1001011

Color Harmonies of #F0E291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E291

Black with #F0E291

Text Example


Text Example

White with #F0E291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E291; }

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

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

background-color css

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

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

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

border-color css

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

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

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