Shades of Khaki #FCED83
Tints of Khaki #FCED83
RGB
CMYK
RGB Variations
Color information
#FCED83 (or 0xFCED83) is known color: Khaki. HEX triplet: FC, ED and 83. RGB value is (252,237,131). Sum of RGB (Red+Green+Blue) = 252+237+131=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 131 (51.56% from 255 or 21.13% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED83 is #03127C. Grayscale: #E5E5E5. Windows color (decimal): -201341 or 8646140. OLE color: 8646140.
HSL color Cylindrical-coordinate representation of color #FCED83: hue angle of 52.56º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCED83 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 131 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.01 |
| HSL | 52.56º | 0.95% | 0.75% | - |
| HSV(B) | 52.56º | 0.48% | 0.99% | - |
| XYZ | 74.53 | 82.9 | 33.55 | - |
| YUV | 229.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 131 | 0 | 0.06 | 0.48 | 0.01 | 52.56 | 0.95 | 0.75 |
| Hex | FC | ED | 83 | 0 | 6 | 30 | 1 | 35 | 5F | 4B |
| Octal | 374 | 355 | 203 | 0 | 6 | 60 | 1 | 65 | 137 | 113 |
| Binary | 11111100 | 11101101 | 10000011 | 0 | 110 | 110000 | 1 | 110101 | 1011111 | 1001011 |
Color Harmonies of #FCED83
Complementary color
Monochromatic Colors of #FCED83
Black with #FCED83
Text Example
Text Example
White with #FCED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED83; }
p { color: rgb(252,237,131); }
H1.HeaderClassName
{
color: #FCED83;
}
.AnyTagClassName
{
color: #FCED83;
}
</style>
background-color css
<style>
a { background-color: #FCED83; }
a { background-color: rgb(252,237,131); }
div.DivClassName
{
background-color: #FCED83;
}
.BgClassName
{
background-color: #FCED83;
}
</style>
border-color css
<style>
span { border-color: #FCED83; }
span { border-color: rgb(252,237,131); }
td.TdClassName
{
border-color: #FCED83;
}
.TagClassName
{
border-color: #FCED83;
}
</style>