Shades of Khaki #FCE788
Tints of Khaki #FCE788
RGB
CMYK
RGB Variations
Color information
#FCE788 (or 0xFCE788) is known color: Khaki. HEX triplet: FC, E7 and 88. RGB value is (252,231,136). Sum of RGB (Red+Green+Blue) = 252+231+136=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE788 is #031877. Grayscale: #E2E2E2. Windows color (decimal): -202872 or 8972284. OLE color: 8972284.
HSL color Cylindrical-coordinate representation of color #FCE788: hue angle of 49.14º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE788 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 136 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.01 |
| HSL | 49.14º | 0.95% | 0.76% | - |
| HSV(B) | 49.14º | 0.46% | 0.99% | - |
| XYZ | 73.16 | 79.62 | 34.81 | - |
| YUV | 226.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 136 | 0 | 0.08 | 0.46 | 0.01 | 49.14 | 0.95 | 0.76 |
| Hex | FC | E7 | 88 | 0 | 8 | 2E | 1 | 31 | 5F | 4C |
| Octal | 374 | 347 | 210 | 0 | 10 | 56 | 1 | 61 | 137 | 114 |
| Binary | 11111100 | 11100111 | 10001000 | 0 | 1000 | 101110 | 1 | 110001 | 1011111 | 1001100 |
Color Harmonies of #FCE788
Complementary color
Monochromatic Colors of #FCE788
Black with #FCE788
Text Example
Text Example
White with #FCE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE788; }
p { color: rgb(252,231,136); }
H1.HeaderClassName
{
color: #FCE788;
}
.AnyTagClassName
{
color: #FCE788;
}
</style>
background-color css
<style>
a { background-color: #FCE788; }
a { background-color: rgb(252,231,136); }
div.DivClassName
{
background-color: #FCE788;
}
.BgClassName
{
background-color: #FCE788;
}
</style>
border-color css
<style>
span { border-color: #FCE788; }
span { border-color: rgb(252,231,136); }
td.TdClassName
{
border-color: #FCE788;
}
.TagClassName
{
border-color: #FCE788;
}
</style>