Shades of Khaki #FCF085
Tints of Khaki #FCF085
RGB
CMYK
RGB Variations
Color information
#FCF085 (or 0xFCF085) is known color: Khaki. HEX triplet: FC, F0 and 85. RGB value is (252,240,133). Sum of RGB (Red+Green+Blue) = 252+240+133=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF085 is #030F7A. Grayscale: #E7E7E7. Windows color (decimal): -200571 or 8777980. OLE color: 8777980.
HSL color Cylindrical-coordinate representation of color #FCF085: hue angle of 53.95º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCF085 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 133 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.01 |
| HSL | 53.95º | 0.95% | 0.75% | - |
| HSV(B) | 53.95º | 0.47% | 0.99% | - |
| XYZ | 75.54 | 84.71 | 34.56 | - |
| YUV | 231.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 133 | 0 | 0.05 | 0.47 | 0.01 | 53.95 | 0.95 | 0.75 |
| Hex | FC | F0 | 85 | 0 | 5 | 2F | 1 | 36 | 5F | 4B |
| Octal | 374 | 360 | 205 | 0 | 5 | 57 | 1 | 66 | 137 | 113 |
| Binary | 11111100 | 11110000 | 10000101 | 0 | 101 | 101111 | 1 | 110110 | 1011111 | 1001011 |
Color Harmonies of #FCF085
Complementary color
Monochromatic Colors of #FCF085
Black with #FCF085
Text Example
Text Example
White with #FCF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF085; }
p { color: rgb(252,240,133); }
H1.HeaderClassName
{
color: #FCF085;
}
.AnyTagClassName
{
color: #FCF085;
}
</style>
background-color css
<style>
a { background-color: #FCF085; }
a { background-color: rgb(252,240,133); }
div.DivClassName
{
background-color: #FCF085;
}
.BgClassName
{
background-color: #FCF085;
}
</style>
border-color css
<style>
span { border-color: #FCF085; }
span { border-color: rgb(252,240,133); }
td.TdClassName
{
border-color: #FCF085;
}
.TagClassName
{
border-color: #FCF085;
}
</style>