Shades of Kournikova #FCD654
Tints of Kournikova #FCD654
RGB
CMYK
RGB Variations
Color information
#FCD654 (or 0xFCD654) is known color: Kournikova. HEX triplet: FC, D6 and 54. RGB value is (252,214,84). Sum of RGB (Red+Green+Blue) = 252+214+84=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 84 (33.20% from 255 or 15.27% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD654 is #0329AB. Grayscale: #D3D3D3. Windows color (decimal): -207276 or 5560060. OLE color: 5560060.
HSL color Cylindrical-coordinate representation of color #FCD654: hue angle of 46.43º 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 #FCD654 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.43º | 0.97% | 0.66% | - |
| HSV(B) | 46.43º | 0.67% | 0.99% | - |
| XYZ | 65.79 | 69.43 | 18.32 | - |
| YUV | 210.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 84 | 0 | 0.15 | 0.67 | 0.01 | 46.43 | 0.97 | 0.66 |
| Hex | FC | D6 | 54 | 0 | F | 43 | 1 | 2E | 61 | 42 |
| Octal | 374 | 326 | 124 | 0 | 17 | 103 | 1 | 56 | 141 | 102 |
| Binary | 11111100 | 11010110 | 1010100 | 0 | 1111 | 1000011 | 1 | 101110 | 1100001 | 1000010 |
Color Harmonies of #FCD654
Complementary color
Monochromatic Colors of #FCD654
Black with #FCD654
Text Example
Text Example
White with #FCD654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD654; }
p { color: rgb(252,214,84); }
H1.HeaderClassName
{
color: #FCD654;
}
.AnyTagClassName
{
color: #FCD654;
}
</style>
background-color css
<style>
a { background-color: #FCD654; }
a { background-color: rgb(252,214,84); }
div.DivClassName
{
background-color: #FCD654;
}
.BgClassName
{
background-color: #FCD654;
}
</style>
border-color css
<style>
span { border-color: #FCD654; }
span { border-color: rgb(252,214,84); }
td.TdClassName
{
border-color: #FCD654;
}
.TagClassName
{
border-color: #FCD654;
}
</style>