Shades of Khaki #FCE98A
Tints of Khaki #FCE98A
RGB
CMYK
RGB Variations
Color information
#FCE98A (or 0xFCE98A) is known color: Khaki. HEX triplet: FC, E9 and 8A. RGB value is (252,233,138). Sum of RGB (Red+Green+Blue) = 252+233+138=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 138 (54.30% from 255 or 22.15% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE98A is #031675. Grayscale: #E4E4E4. Windows color (decimal): -202358 or 9103868. OLE color: 9103868.
HSL color Cylindrical-coordinate representation of color #FCE98A: hue angle of 50º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCE98A is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 138 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.01 |
| HSL | 50º | 0.95% | 0.76% | - |
| HSV(B) | 50º | 0.45% | 0.99% | - |
| XYZ | 73.87 | 80.81 | 35.75 | - |
| YUV | 227.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 138 | 0 | 0.08 | 0.45 | 0.01 | 50 | 0.95 | 0.76 |
| Hex | FC | E9 | 8A | 0 | 8 | 2D | 1 | 32 | 5F | 4C |
| Octal | 374 | 351 | 212 | 0 | 10 | 55 | 1 | 62 | 137 | 114 |
| Binary | 11111100 | 11101001 | 10001010 | 0 | 1000 | 101101 | 1 | 110010 | 1011111 | 1001100 |
Color Harmonies of #FCE98A
Complementary color
Monochromatic Colors of #FCE98A
Black with #FCE98A
Text Example
Text Example
White with #FCE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE98A; }
p { color: rgb(252,233,138); }
H1.HeaderClassName
{
color: #FCE98A;
}
.AnyTagClassName
{
color: #FCE98A;
}
</style>
background-color css
<style>
a { background-color: #FCE98A; }
a { background-color: rgb(252,233,138); }
div.DivClassName
{
background-color: #FCE98A;
}
.BgClassName
{
background-color: #FCE98A;
}
</style>
border-color css
<style>
span { border-color: #FCE98A; }
span { border-color: rgb(252,233,138); }
td.TdClassName
{
border-color: #FCE98A;
}
.TagClassName
{
border-color: #FCE98A;
}
</style>