#F0E28B

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

Shades of Khaki #F0E28B

Tints of Khaki #F0E28B

Color information

#F0E28B (or 0xF0E28B) is unknown color: approx Khaki. HEX triplet: F0, E2 and 8B. RGB value is (240,226,139). Sum of RGB (Red+Green+Blue) = 240+226+139=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E28B is #0F1D74. Grayscale: #DCDCDC. Windows color (decimal): -990581 or 9167600. OLE color: 9167600.

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

Color convert

RGB240226139-
CMYK00.060.420.06
HSL51.68º77.1%74.31%-
HSV(B)51.68º42.08%94.12%-
XYZ67.7974.7835.29-
YUV220.2782.14142.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 139 (54.69% from 255) = 22.98%
R=39.67%
G=37.36%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022613900.060.420.0651.6877.174.31
HexF0E28B062A6344d4a
Octal3603422130652664115112
Binary111100001110001010001011011010101011011010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E28B; }

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

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

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

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

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

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

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

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