Shades of Kournikova #FCD245
Tints of Kournikova #FCD245
RGB
CMYK
RGB Variations
Color information
#FCD245 (or 0xFCD245) is known color: Kournikova. HEX triplet: FC, D2 and 45. RGB value is (252,210,69). Sum of RGB (Red+Green+Blue) = 252+210+69=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD245 is #032DBA. Grayscale: #CFCFCF. Windows color (decimal): -208315 or 4575996. OLE color: 4575996.
HSL color Cylindrical-coordinate representation of color #FCD245: hue angle of 46.23º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCD245 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.01 |
| HSL | 46.23º | 0.97% | 0.63% | - |
| HSV(B) | 46.23º | 0.73% | 0.99% | - |
| XYZ | 64.27 | 67.22 | 15.22 | - |
| YUV | 206.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 69 | 0 | 0.17 | 0.73 | 0.01 | 46.23 | 0.97 | 0.63 |
| Hex | FC | D2 | 45 | 0 | 11 | 49 | 1 | 2E | 61 | 3F |
| Octal | 374 | 322 | 105 | 0 | 21 | 111 | 1 | 56 | 141 | 77 |
| Binary | 11111100 | 11010010 | 1000101 | 0 | 10001 | 1001001 | 1 | 101110 | 1100001 | 111111 |
Color Harmonies of #FCD245
Complementary color
Monochromatic Colors of #FCD245
Black with #FCD245
Text Example
Text Example
White with #FCD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD245; }
p { color: rgb(252,210,69); }
H1.HeaderClassName
{
color: #FCD245;
}
.AnyTagClassName
{
color: #FCD245;
}
</style>
background-color css
<style>
a { background-color: #FCD245; }
a { background-color: rgb(252,210,69); }
div.DivClassName
{
background-color: #FCD245;
}
.BgClassName
{
background-color: #FCD245;
}
</style>
border-color css
<style>
span { border-color: #FCD245; }
span { border-color: rgb(252,210,69); }
td.TdClassName
{
border-color: #FCD245;
}
.TagClassName
{
border-color: #FCD245;
}
</style>