Shades of Kournikova #FCD34E
Tints of Kournikova #FCD34E
RGB
CMYK
RGB Variations
Color information
#FCD34E (or 0xFCD34E) is known color: Kournikova. HEX triplet: FC, D3 and 4E. RGB value is (252,211,78). Sum of RGB (Red+Green+Blue) = 252+211+78=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 78 (30.86% from 255 or 14.42% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD34E is #032CB1. Grayscale: #D0D0D0. Windows color (decimal): -208050 or 5166076. OLE color: 5166076.
HSL color Cylindrical-coordinate representation of color #FCD34E: hue angle of 45.86º 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 #FCD34E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 78 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.01 |
| HSL | 45.86º | 0.97% | 0.65% | - |
| HSV(B) | 45.86º | 0.69% | 0.99% | - |
| XYZ | 64.81 | 67.83 | 16.88 | - |
| YUV | 208.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 78 | 0 | 0.16 | 0.69 | 0.01 | 45.86 | 0.97 | 0.65 |
| Hex | FC | D3 | 4E | 0 | 10 | 45 | 1 | 2E | 61 | 41 |
| Octal | 374 | 323 | 116 | 0 | 20 | 105 | 1 | 56 | 141 | 101 |
| Binary | 11111100 | 11010011 | 1001110 | 0 | 10000 | 1000101 | 1 | 101110 | 1100001 | 1000001 |
Color Harmonies of #FCD34E
Complementary color
Monochromatic Colors of #FCD34E
Black with #FCD34E
Text Example
Text Example
White with #FCD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD34E; }
p { color: rgb(252,211,78); }
H1.HeaderClassName
{
color: #FCD34E;
}
.AnyTagClassName
{
color: #FCD34E;
}
</style>
background-color css
<style>
a { background-color: #FCD34E; }
a { background-color: rgb(252,211,78); }
div.DivClassName
{
background-color: #FCD34E;
}
.BgClassName
{
background-color: #FCD34E;
}
</style>
border-color css
<style>
span { border-color: #FCD34E; }
span { border-color: rgb(252,211,78); }
td.TdClassName
{
border-color: #FCD34E;
}
.TagClassName
{
border-color: #FCD34E;
}
</style>