Shades of Khaki #FCED85
Tints of Khaki #FCED85
RGB
CMYK
RGB Variations
Color information
#FCED85 (or 0xFCED85) is known color: Khaki. HEX triplet: FC, ED and 85. RGB value is (252,237,133). Sum of RGB (Red+Green+Blue) = 252+237+133=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 133 (52.34% from 255 or 21.38% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED85 is #03127A. Grayscale: #E6E6E6. Windows color (decimal): -201339 or 8777212. OLE color: 8777212.
HSL color Cylindrical-coordinate representation of color #FCED85: hue angle of 52.44º 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 #FCED85 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 133 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.01 |
| HSL | 52.44º | 0.95% | 0.75% | - |
| HSV(B) | 52.44º | 0.47% | 0.99% | - |
| XYZ | 74.66 | 82.96 | 34.27 | - |
| YUV | 229.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 133 | 0 | 0.06 | 0.47 | 0.01 | 52.44 | 0.95 | 0.75 |
| Hex | FC | ED | 85 | 0 | 6 | 2F | 1 | 34 | 5F | 4B |
| Octal | 374 | 355 | 205 | 0 | 6 | 57 | 1 | 64 | 137 | 113 |
| Binary | 11111100 | 11101101 | 10000101 | 0 | 110 | 101111 | 1 | 110100 | 1011111 | 1001011 |
Color Harmonies of #FCED85
Complementary color
Monochromatic Colors of #FCED85
Black with #FCED85
Text Example
Text Example
White with #FCED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED85; }
p { color: rgb(252,237,133); }
H1.HeaderClassName
{
color: #FCED85;
}
.AnyTagClassName
{
color: #FCED85;
}
</style>
background-color css
<style>
a { background-color: #FCED85; }
a { background-color: rgb(252,237,133); }
div.DivClassName
{
background-color: #FCED85;
}
.BgClassName
{
background-color: #FCED85;
}
</style>
border-color css
<style>
span { border-color: #FCED85; }
span { border-color: rgb(252,237,133); }
td.TdClassName
{
border-color: #FCED85;
}
.TagClassName
{
border-color: #FCED85;
}
</style>