Shades of Kournikova #FCD045
Tints of Kournikova #FCD045
RGB
CMYK
RGB Variations
Color information
#FCD045 (or 0xFCD045) is known color: Kournikova. HEX triplet: FC, D0 and 45. RGB value is (252,208,69). Sum of RGB (Red+Green+Blue) = 252+208+69=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD045 is #032FBA. Grayscale: #CDCDCD. Windows color (decimal): -208827 or 4575484. OLE color: 4575484.
HSL color Cylindrical-coordinate representation of color #FCD045: hue angle of 45.57º 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 #FCD045 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.01 |
| HSL | 45.57º | 0.97% | 0.63% | - |
| HSV(B) | 45.57º | 0.73% | 0.99% | - |
| XYZ | 63.77 | 66.24 | 15.05 | - |
| YUV | 205.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 69 | 0 | 0.17 | 0.73 | 0.01 | 45.57 | 0.97 | 0.63 |
| Hex | FC | D0 | 45 | 0 | 11 | 49 | 1 | 2E | 61 | 3F |
| Octal | 374 | 320 | 105 | 0 | 21 | 111 | 1 | 56 | 141 | 77 |
| Binary | 11111100 | 11010000 | 1000101 | 0 | 10001 | 1001001 | 1 | 101110 | 1100001 | 111111 |
Color Harmonies of #FCD045
Complementary color
Monochromatic Colors of #FCD045
Black with #FCD045
Text Example
Text Example
White with #FCD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD045; }
p { color: rgb(252,208,69); }
H1.HeaderClassName
{
color: #FCD045;
}
.AnyTagClassName
{
color: #FCD045;
}
</style>
background-color css
<style>
a { background-color: #FCD045; }
a { background-color: rgb(252,208,69); }
div.DivClassName
{
background-color: #FCD045;
}
.BgClassName
{
background-color: #FCD045;
}
</style>
border-color css
<style>
span { border-color: #FCD045; }
span { border-color: rgb(252,208,69); }
td.TdClassName
{
border-color: #FCD045;
}
.TagClassName
{
border-color: #FCD045;
}
</style>