Shades of Khaki #FCE785
Tints of Khaki #FCE785
RGB
CMYK
RGB Variations
Color information
#FCE785 (or 0xFCE785) is known color: Khaki. HEX triplet: FC, E7 and 85. RGB value is (252,231,133). Sum of RGB (Red+Green+Blue) = 252+231+133=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE785 is #03187A. Grayscale: #E2E2E2. Windows color (decimal): -202875 or 8775676. OLE color: 8775676.
HSL color Cylindrical-coordinate representation of color #FCE785: hue angle of 49.41º 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 #FCE785 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 133 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.01 |
| HSL | 49.41º | 0.95% | 0.75% | - |
| HSV(B) | 49.41º | 0.47% | 0.99% | - |
| XYZ | 72.95 | 79.54 | 33.7 | - |
| YUV | 226.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 133 | 0 | 0.08 | 0.47 | 0.01 | 49.41 | 0.95 | 0.75 |
| Hex | FC | E7 | 85 | 0 | 8 | 2F | 1 | 31 | 5F | 4B |
| Octal | 374 | 347 | 205 | 0 | 10 | 57 | 1 | 61 | 137 | 113 |
| Binary | 11111100 | 11100111 | 10000101 | 0 | 1000 | 101111 | 1 | 110001 | 1011111 | 1001011 |
Color Harmonies of #FCE785
Complementary color
Monochromatic Colors of #FCE785
Black with #FCE785
Text Example
Text Example
White with #FCE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE785; }
p { color: rgb(252,231,133); }
H1.HeaderClassName
{
color: #FCE785;
}
.AnyTagClassName
{
color: #FCE785;
}
</style>
background-color css
<style>
a { background-color: #FCE785; }
a { background-color: rgb(252,231,133); }
div.DivClassName
{
background-color: #FCE785;
}
.BgClassName
{
background-color: #FCE785;
}
</style>
border-color css
<style>
span { border-color: #FCE785; }
span { border-color: rgb(252,231,133); }
td.TdClassName
{
border-color: #FCE785;
}
.TagClassName
{
border-color: #FCE785;
}
</style>