Shades of Kournikova #FCD254
Tints of Kournikova #FCD254
RGB
CMYK
RGB Variations
Color information
#FCD254 (or 0xFCD254) is known color: Kournikova. HEX triplet: FC, D2 and 54. RGB value is (252,210,84). Sum of RGB (Red+Green+Blue) = 252+210+84=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD254 is #032DAB. Grayscale: #D0D0D0. Windows color (decimal): -208300 or 5559036. OLE color: 5559036.
HSL color Cylindrical-coordinate representation of color #FCD254: hue angle of 45º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD254 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 84 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.01 |
| HSL | 45º | 0.97% | 0.66% | - |
| HSV(B) | 45º | 0.67% | 0.99% | - |
| XYZ | 64.79 | 67.43 | 17.99 | - |
| YUV | 208.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 84 | 0 | 0.17 | 0.67 | 0.01 | 45 | 0.97 | 0.66 |
| Hex | FC | D2 | 54 | 0 | 11 | 43 | 1 | 2D | 61 | 42 |
| Octal | 374 | 322 | 124 | 0 | 21 | 103 | 1 | 55 | 141 | 102 |
| Binary | 11111100 | 11010010 | 1010100 | 0 | 10001 | 1000011 | 1 | 101101 | 1100001 | 1000010 |
Color Harmonies of #FCD254
Complementary color
Monochromatic Colors of #FCD254
Black with #FCD254
Text Example
Text Example
White with #FCD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD254; }
p { color: rgb(252,210,84); }
H1.HeaderClassName
{
color: #FCD254;
}
.AnyTagClassName
{
color: #FCD254;
}
</style>
background-color css
<style>
a { background-color: #FCD254; }
a { background-color: rgb(252,210,84); }
div.DivClassName
{
background-color: #FCD254;
}
.BgClassName
{
background-color: #FCD254;
}
</style>
border-color css
<style>
span { border-color: #FCD254; }
span { border-color: rgb(252,210,84); }
td.TdClassName
{
border-color: #FCD254;
}
.TagClassName
{
border-color: #FCD254;
}
</style>