Shades of Kournikova #FCD34D
Tints of Kournikova #FCD34D
RGB
CMYK
RGB Variations
Color information
#FCD34D (or 0xFCD34D) is known color: Kournikova. HEX triplet: FC, D3 and 4D. RGB value is (252,211,77). Sum of RGB (Red+Green+Blue) = 252+211+77=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD34D is #032CB2. Grayscale: #D0D0D0. Windows color (decimal): -208051 or 5100540. OLE color: 5100540.
HSL color Cylindrical-coordinate representation of color #FCD34D: hue angle of 45.94º 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 #FCD34D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 77 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.01 |
| HSL | 45.94º | 0.97% | 0.65% | - |
| HSV(B) | 45.94º | 0.69% | 0.99% | - |
| XYZ | 64.78 | 67.82 | 16.7 | - |
| YUV | 207.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 77 | 0 | 0.16 | 0.69 | 0.01 | 45.94 | 0.97 | 0.65 |
| Hex | FC | D3 | 4D | 0 | 10 | 45 | 1 | 2E | 61 | 41 |
| Octal | 374 | 323 | 115 | 0 | 20 | 105 | 1 | 56 | 141 | 101 |
| Binary | 11111100 | 11010011 | 1001101 | 0 | 10000 | 1000101 | 1 | 101110 | 1100001 | 1000001 |
Color Harmonies of #FCD34D
Complementary color
Monochromatic Colors of #FCD34D
Black with #FCD34D
Text Example
Text Example
White with #FCD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD34D; }
p { color: rgb(252,211,77); }
H1.HeaderClassName
{
color: #FCD34D;
}
.AnyTagClassName
{
color: #FCD34D;
}
</style>
background-color css
<style>
a { background-color: #FCD34D; }
a { background-color: rgb(252,211,77); }
div.DivClassName
{
background-color: #FCD34D;
}
.BgClassName
{
background-color: #FCD34D;
}
</style>
border-color css
<style>
span { border-color: #FCD34D; }
span { border-color: rgb(252,211,77); }
td.TdClassName
{
border-color: #FCD34D;
}
.TagClassName
{
border-color: #FCD34D;
}
</style>