Shades of Kournikova #FCD34A
Tints of Kournikova #FCD34A
RGB
CMYK
RGB Variations
Color information
#FCD34A (or 0xFCD34A) is known color: Kournikova. HEX triplet: FC, D3 and 4A. RGB value is (252,211,74). Sum of RGB (Red+Green+Blue) = 252+211+74=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD34A is #032CB5. Grayscale: #D0D0D0. Windows color (decimal): -208054 or 4903932. OLE color: 4903932.
HSL color Cylindrical-coordinate representation of color #FCD34A: hue angle of 46.18º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCD34A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 74 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.01 |
| HSL | 46.18º | 0.97% | 0.64% | - |
| HSV(B) | 46.18º | 0.71% | 0.99% | - |
| XYZ | 64.68 | 67.78 | 16.15 | - |
| YUV | 207.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 74 | 0 | 0.16 | 0.71 | 0.01 | 46.18 | 0.97 | 0.64 |
| Hex | FC | D3 | 4A | 0 | 10 | 47 | 1 | 2E | 61 | 40 |
| Octal | 374 | 323 | 112 | 0 | 20 | 107 | 1 | 56 | 141 | 100 |
| Binary | 11111100 | 11010011 | 1001010 | 0 | 10000 | 1000111 | 1 | 101110 | 1100001 | 1000000 |
Color Harmonies of #FCD34A
Complementary color
Monochromatic Colors of #FCD34A
Black with #FCD34A
Text Example
Text Example
White with #FCD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD34A; }
p { color: rgb(252,211,74); }
H1.HeaderClassName
{
color: #FCD34A;
}
.AnyTagClassName
{
color: #FCD34A;
}
</style>
background-color css
<style>
a { background-color: #FCD34A; }
a { background-color: rgb(252,211,74); }
div.DivClassName
{
background-color: #FCD34A;
}
.BgClassName
{
background-color: #FCD34A;
}
</style>
border-color css
<style>
span { border-color: #FCD34A; }
span { border-color: rgb(252,211,74); }
td.TdClassName
{
border-color: #FCD34A;
}
.TagClassName
{
border-color: #FCD34A;
}
</style>