Html Css Color HEX #F0E695 Khaki

📋 copy color: '#F0E695'

red 240 ◦ green 230 ◦ blue 149

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

Shades of Khaki #F0E695

Tints of Khaki #F0E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.16%

 BLUE value IS 149 (58.59% from 255) = 24.07%

R = 38.77%
G = 37.16%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0E695 (or 0xF0E695) is known color: Khaki. HEX triplet: F0, E6 and 95. RGB value is (240,230,149). Sum of RGB (Red+Green+Blue) = 240+230+149=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E695 is #0F196A. Grayscale: #E0E0E0. Windows color (decimal): -989547 or 9823984. OLE color: 9823984.

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

Color convert

RGB 240 230 149 -
CMYK 0 0.04 0.38 0.06
HSL 53.41º 0.75% 0.76% -
HSV(B) 53.41º 0.38% 0.94% -
XYZ 69.66 77.29 39.68 -
YUV 223.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 240 230 149 0 0.04 0.38 0.06 53.41 0.75 0.76
Hex F0 E6 95 0 4 26 6 35 4B 4C
Octal 360 346 225 0 4 46 6 65 113 114
Binary 11110000 11100110 10010101 0 100 100110 110 110101 1001011 1001100

Color Harmonies of #F0E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E695

Black with #F0E695

Text Example


Text Example

White with #F0E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E695; }

 p { color: rgb(240,230,149); }

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

background-color css

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

 a { background-color: rgb(240,230,149); }

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

border-color css

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

 span { border-color: rgb(240,230,149); }

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