Shades of Kournikova #FCCD49
Tints of Kournikova #FCCD49
RGB
CMYK
RGB Variations
Color information
#FCCD49 (or 0xFCCD49) is known color: Kournikova. HEX triplet: FC, CD and 49. RGB value is (252,205,73). Sum of RGB (Red+Green+Blue) = 252+205+73=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD49 is #0332B6. Grayscale: #CCCCCC. Windows color (decimal): -209591 or 4836860. OLE color: 4836860.
HSL color Cylindrical-coordinate representation of color #FCCD49: hue angle of 44.25º 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 #FCCD49 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 73 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.01 |
| HSL | 44.25º | 0.97% | 0.64% | - |
| HSV(B) | 44.25º | 0.71% | 0.99% | - |
| XYZ | 63.18 | 64.84 | 15.49 | - |
| YUV | 204.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 73 | 0 | 0.19 | 0.71 | 0.01 | 44.25 | 0.97 | 0.64 |
| Hex | FC | CD | 49 | 0 | 13 | 47 | 1 | 2C | 61 | 40 |
| Octal | 374 | 315 | 111 | 0 | 23 | 107 | 1 | 54 | 141 | 100 |
| Binary | 11111100 | 11001101 | 1001001 | 0 | 10011 | 1000111 | 1 | 101100 | 1100001 | 1000000 |
Color Harmonies of #FCCD49
Complementary color
Monochromatic Colors of #FCCD49
Black with #FCCD49
Text Example
Text Example
White with #FCCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD49; }
p { color: rgb(252,205,73); }
H1.HeaderClassName
{
color: #FCCD49;
}
.AnyTagClassName
{
color: #FCCD49;
}
</style>
background-color css
<style>
a { background-color: #FCCD49; }
a { background-color: rgb(252,205,73); }
div.DivClassName
{
background-color: #FCCD49;
}
.BgClassName
{
background-color: #FCCD49;
}
</style>
border-color css
<style>
span { border-color: #FCCD49; }
span { border-color: rgb(252,205,73); }
td.TdClassName
{
border-color: #FCCD49;
}
.TagClassName
{
border-color: #FCCD49;
}
</style>