Shades of Khaki #F4F085
Tints of Khaki #F4F085
RGB
CMYK
RGB Variations
Color information
#F4F085 (or 0xF4F085) is known color: Khaki. HEX triplet: F4, F0 and 85. RGB value is (244,240,133). Sum of RGB (Red+Green+Blue) = 244+240+133=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F085 is #0B0F7A. Grayscale: #E5E5E5. Windows color (decimal): -724859 or 8777972. OLE color: 8777972.
HSL color Cylindrical-coordinate representation of color #F4F085: hue angle of 57.84º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4F085 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 133 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.04 |
| HSL | 57.84º | 0.83% | 0.74% | - |
| HSV(B) | 57.84º | 0.45% | 0.96% | - |
| XYZ | 72.7 | 83.25 | 34.43 | - |
| YUV | 229 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 133 | 0 | 0.02 | 0.45 | 0.04 | 57.84 | 0.83 | 0.74 |
| Hex | F4 | F0 | 85 | 0 | 2 | 2D | 4 | 3A | 53 | 4A |
| Octal | 364 | 360 | 205 | 0 | 2 | 55 | 4 | 72 | 123 | 112 |
| Binary | 11110100 | 11110000 | 10000101 | 0 | 10 | 101101 | 100 | 111010 | 1010011 | 1001010 |
Color Harmonies of #F4F085
Complementary color
Monochromatic Colors of #F4F085
Black with #F4F085
Text Example
Text Example
White with #F4F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F085; }
p { color: rgb(244,240,133); }
H1.HeaderClassName
{
color: #F4F085;
}
.AnyTagClassName
{
color: #F4F085;
}
</style>
background-color css
<style>
a { background-color: #F4F085; }
a { background-color: rgb(244,240,133); }
div.DivClassName
{
background-color: #F4F085;
}
.BgClassName
{
background-color: #F4F085;
}
</style>
border-color css
<style>
span { border-color: #F4F085; }
span { border-color: rgb(244,240,133); }
td.TdClassName
{
border-color: #F4F085;
}
.TagClassName
{
border-color: #F4F085;
}
</style>