Shades of Kournikova #FCD554
Tints of Kournikova #FCD554
RGB
CMYK
RGB Variations
Color information
#FCD554 (or 0xFCD554) is known color: Kournikova. HEX triplet: FC, D5 and 54. RGB value is (252,213,84). Sum of RGB (Red+Green+Blue) = 252+213+84=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 84 (33.20% from 255 or 15.30% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD554 is #032AAB. Grayscale: #D2D2D2. Windows color (decimal): -207532 or 5559804. OLE color: 5559804.
HSL color Cylindrical-coordinate representation of color #FCD554: hue angle of 46.07º 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 #FCD554 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 84 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.01 |
| HSL | 46.07º | 0.97% | 0.66% | - |
| HSV(B) | 46.07º | 0.67% | 0.99% | - |
| XYZ | 65.54 | 68.92 | 18.24 | - |
| YUV | 209.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 84 | 0 | 0.15 | 0.67 | 0.01 | 46.07 | 0.97 | 0.66 |
| Hex | FC | D5 | 54 | 0 | F | 43 | 1 | 2E | 61 | 42 |
| Octal | 374 | 325 | 124 | 0 | 17 | 103 | 1 | 56 | 141 | 102 |
| Binary | 11111100 | 11010101 | 1010100 | 0 | 1111 | 1000011 | 1 | 101110 | 1100001 | 1000010 |
Color Harmonies of #FCD554
Complementary color
Monochromatic Colors of #FCD554
Black with #FCD554
Text Example
Text Example
White with #FCD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD554; }
p { color: rgb(252,213,84); }
H1.HeaderClassName
{
color: #FCD554;
}
.AnyTagClassName
{
color: #FCD554;
}
</style>
background-color css
<style>
a { background-color: #FCD554; }
a { background-color: rgb(252,213,84); }
div.DivClassName
{
background-color: #FCD554;
}
.BgClassName
{
background-color: #FCD554;
}
</style>
border-color css
<style>
span { border-color: #FCD554; }
span { border-color: rgb(252,213,84); }
td.TdClassName
{
border-color: #FCD554;
}
.TagClassName
{
border-color: #FCD554;
}
</style>