Shades of Kournikova #FCD54E
Tints of Kournikova #FCD54E
RGB
CMYK
RGB Variations
Color information
#FCD54E (or 0xFCD54E) is known color: Kournikova. HEX triplet: FC, D5 and 4E. RGB value is (252,213,78). Sum of RGB (Red+Green+Blue) = 252+213+78=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD54E is #032AB1. Grayscale: #D1D1D1. Windows color (decimal): -207538 or 5166588. OLE color: 5166588.
HSL color Cylindrical-coordinate representation of color #FCD54E: hue angle of 46.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCD54E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 78 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.01 |
| HSL | 46.55º | 0.97% | 0.65% | - |
| HSV(B) | 46.55º | 0.69% | 0.99% | - |
| XYZ | 65.31 | 68.83 | 17.05 | - |
| YUV | 209.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 78 | 0 | 0.15 | 0.69 | 0.01 | 46.55 | 0.97 | 0.65 |
| Hex | FC | D5 | 4E | 0 | F | 45 | 1 | 2F | 61 | 41 |
| Octal | 374 | 325 | 116 | 0 | 17 | 105 | 1 | 57 | 141 | 101 |
| Binary | 11111100 | 11010101 | 1001110 | 0 | 1111 | 1000101 | 1 | 101111 | 1100001 | 1000001 |
Color Harmonies of #FCD54E
Complementary color
Monochromatic Colors of #FCD54E
Black with #FCD54E
Text Example
Text Example
White with #FCD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD54E; }
p { color: rgb(252,213,78); }
H1.HeaderClassName
{
color: #FCD54E;
}
.AnyTagClassName
{
color: #FCD54E;
}
</style>
background-color css
<style>
a { background-color: #FCD54E; }
a { background-color: rgb(252,213,78); }
div.DivClassName
{
background-color: #FCD54E;
}
.BgClassName
{
background-color: #FCD54E;
}
</style>
border-color css
<style>
span { border-color: #FCD54E; }
span { border-color: rgb(252,213,78); }
td.TdClassName
{
border-color: #FCD54E;
}
.TagClassName
{
border-color: #FCD54E;
}
</style>