Shades of Khaki #F0DF90
Tints of Khaki #F0DF90
RGB
CMYK
RGB Variations
Color information
#F0DF90 (or 0xF0DF90) is known color: Khaki. HEX triplet: F0, DF and 90. RGB value is (240,223,144). Sum of RGB (Red+Green+Blue) = 240+223+144=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF90 is #0F206F. Grayscale: #DBDBDB. Windows color (decimal): -991344 or 9494512. OLE color: 9494512.
HSL color Cylindrical-coordinate representation of color #F0DF90: hue angle of 49.38º 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 #F0DF90 is Cyan = 0, Magento = 0.07, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 144 | - |
| CMYK | 0 | 0.07 | 0.4 | 0.06 |
| HSL | 49.38º | 0.76% | 0.75% | - |
| HSV(B) | 49.38º | 0.4% | 0.94% | - |
| XYZ | 67.36 | 73.31 | 36.99 | - |
| YUV | 219.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 144 | 0 | 0.07 | 0.4 | 0.06 | 49.38 | 0.76 | 0.75 |
| Hex | F0 | DF | 90 | 0 | 7 | 28 | 6 | 31 | 4C | 4B |
| Octal | 360 | 337 | 220 | 0 | 7 | 50 | 6 | 61 | 114 | 113 |
| Binary | 11110000 | 11011111 | 10010000 | 0 | 111 | 101000 | 110 | 110001 | 1001100 | 1001011 |
Color Harmonies of #F0DF90
Complementary color
Monochromatic Colors of #F0DF90
Black with #F0DF90
Text Example
Text Example
White with #F0DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF90; }
p { color: rgb(240,223,144); }
H1.HeaderClassName
{
color: #F0DF90;
}
.AnyTagClassName
{
color: #F0DF90;
}
</style>
background-color css
<style>
a { background-color: #F0DF90; }
a { background-color: rgb(240,223,144); }
div.DivClassName
{
background-color: #F0DF90;
}
.BgClassName
{
background-color: #F0DF90;
}
</style>
border-color css
<style>
span { border-color: #F0DF90; }
span { border-color: rgb(240,223,144); }
td.TdClassName
{
border-color: #F0DF90;
}
.TagClassName
{
border-color: #F0DF90;
}
</style>