Html Css Color HEX #F0DE90 Khaki

📋 copy color: '#F0DE90'

red 240 ◦ green 222 ◦ blue 144

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

Shades of Khaki #F0DE90

Tints of Khaki #F0DE90

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.63%

 BLUE value IS 144 (56.64% from 255) = 23.76%

R = 39.6%
G = 36.63%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F0DE90 (or 0xF0DE90) is known color: Khaki. HEX triplet: F0, DE and 90. RGB value is (240,222,144). Sum of RGB (Red+Green+Blue) = 240+222+144=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DE90 is #0F216F. Grayscale: #DADADA. Windows color (decimal): -991600 or 9494256. OLE color: 9494256.

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

Color convert

RGB 240 222 144 -
CMYK 0 0.08 0.4 0.06
HSL 48.75º 0.76% 0.75% -
HSV(B) 48.75º 0.4% 0.94% -
XYZ 67.09 72.78 36.9 -
YUV 218.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 240 222 144 0 0.08 0.4 0.06 48.75 0.76 0.75
Hex F0 DE 90 0 8 28 6 31 4C 4B
Octal 360 336 220 0 10 50 6 61 114 113
Binary 11110000 11011110 10010000 0 1000 101000 110 110001 1001100 1001011

Color Harmonies of #F0DE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE90

Black with #F0DE90

Text Example


Text Example

White with #F0DE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE90; }

 p { color: rgb(240,222,144); }

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

background-color css

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

 a { background-color: rgb(240,222,144); }

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

border-color css

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

 span { border-color: rgb(240,222,144); }

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