Html Css Color HEX #F0E18B Khaki

📋 copy color: '#F0E18B'

red 240 ◦ green 225 ◦ blue 139

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

Shades of Khaki #F0E18B

Tints of Khaki #F0E18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.01%

R = 39.74%
G = 37.25%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0E18B (or 0xF0E18B) is known color: Khaki. HEX triplet: F0, E1 and 8B. RGB value is (240,225,139). Sum of RGB (Red+Green+Blue) = 240+225+139=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E18B is #0F1E74. Grayscale: #DCDCDC. Windows color (decimal): -990837 or 9167344. OLE color: 9167344.

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

Color convert

RGB 240 225 139 -
CMYK 0 0.06 0.42 0.06
HSL 51.09º 0.77% 0.74% -
HSV(B) 51.09º 0.42% 0.94% -
XYZ 67.52 74.24 35.2 -
YUV 219.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 240 225 139 0 0.06 0.42 0.06 51.09 0.77 0.74
Hex F0 E1 8B 0 6 2A 6 33 4D 4A
Octal 360 341 213 0 6 52 6 63 115 112
Binary 11110000 11100001 10001011 0 110 101010 110 110011 1001101 1001010

Color Harmonies of #F0E18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E18B

Black with #F0E18B

Text Example


Text Example

White with #F0E18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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