#F0E691

Color #F0E691 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F0E691

Tints of Khaki #F0E691

Color information

#F0E691 (or 0xF0E691) is unknown color: approx Khaki. HEX triplet: F0, E6 and 91. RGB value is (240,230,145). Sum of RGB (Red+Green+Blue) = 240+230+145=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E691 is #0F196E. Grayscale: #DFDFDF. Windows color (decimal): -989551 or 9561840. OLE color: 9561840.

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

Color convert

RGB240230145-
CMYK00.040.400.06
HSL53.68º76%75.49%-
HSV(B)53.68º39.58%94.12%-
XYZ69.3477.1638.03-
YUV223.383.81139.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 145 (57.03% from 255) = 23.58%
R=39.02%
G=37.40%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023014500.040.400.0653.687675.49
HexF0E69104286364c4b
Octal3603462210450666114113
Binary111100001110011010010001010010100011011011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E691; }

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

 H1.HeaderClassName
 {
   color: #F0E691;
 }
 .AnyTagClassName
 {
   color: #F0E691;
 }
</style>
background-color css

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

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

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

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

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

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