Html Css Color HEX #F0E58D Khaki

📋 copy color: '#F0E58D'

red 240 ◦ green 229 ◦ blue 141

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

Shades of Khaki #F0E58D

Tints of Khaki #F0E58D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.54%

 BLUE value IS 141 (55.47% from 255) = 23.11%

R = 39.34%
G = 37.54%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0E58D (or 0xF0E58D) is known color: Khaki. HEX triplet: F0, E5 and 8D. RGB value is (240,229,141). Sum of RGB (Red+Green+Blue) = 240+229+141=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E58D is #0F1A72. Grayscale: #DEDEDE. Windows color (decimal): -989811 or 9299440. OLE color: 9299440.

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

Color convert

RGB 240 229 141 -
CMYK 0 0.05 0.41 0.06
HSL 53.33º 0.77% 0.75% -
HSV(B) 53.33º 0.41% 0.94% -
XYZ 68.76 76.49 36.34 -
YUV 222.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 240 229 141 0 0.05 0.41 0.06 53.33 0.77 0.75
Hex F0 E5 8D 0 5 29 6 35 4D 4B
Octal 360 345 215 0 5 51 6 65 115 113
Binary 11110000 11100101 10001101 0 101 101001 110 110101 1001101 1001011

Color Harmonies of #F0E58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E58D

Black with #F0E58D

Text Example


Text Example

White with #F0E58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E58D; }

 p { color: rgb(240,229,141); }

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

background-color css

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

 a { background-color: rgb(240,229,141); }

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

border-color css

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

 span { border-color: rgb(240,229,141); }

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