Shades of Kournikova #FCD557
Tints of Kournikova #FCD557
RGB
CMYK
RGB Variations
Color information
#FCD557 (or 0xFCD557) is known color: Kournikova. HEX triplet: FC, D5 and 57. RGB value is (252,213,87). Sum of RGB (Red+Green+Blue) = 252+213+87=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 87 (34.38% from 255 or 15.76% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD557 is #032AA8. Grayscale: #D2D2D2. Windows color (decimal): -207529 or 5756412. OLE color: 5756412.
HSL color Cylindrical-coordinate representation of color #FCD557: hue angle of 45.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCD557 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 87 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.01 |
| HSL | 45.82º | 0.96% | 0.66% | - |
| HSV(B) | 45.82º | 0.65% | 0.99% | - |
| XYZ | 65.66 | 68.97 | 18.87 | - |
| YUV | 210.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 87 | 0 | 0.15 | 0.65 | 0.01 | 45.82 | 0.96 | 0.66 |
| Hex | FC | D5 | 57 | 0 | F | 41 | 1 | 2E | 60 | 42 |
| Octal | 374 | 325 | 127 | 0 | 17 | 101 | 1 | 56 | 140 | 102 |
| Binary | 11111100 | 11010101 | 1010111 | 0 | 1111 | 1000001 | 1 | 101110 | 1100000 | 1000010 |
Color Harmonies of #FCD557
Complementary color
Monochromatic Colors of #FCD557
Black with #FCD557
Text Example
Text Example
White with #FCD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD557; }
p { color: rgb(252,213,87); }
H1.HeaderClassName
{
color: #FCD557;
}
.AnyTagClassName
{
color: #FCD557;
}
</style>
background-color css
<style>
a { background-color: #FCD557; }
a { background-color: rgb(252,213,87); }
div.DivClassName
{
background-color: #FCD557;
}
.BgClassName
{
background-color: #FCD557;
}
</style>
border-color css
<style>
span { border-color: #FCD557; }
span { border-color: rgb(252,213,87); }
td.TdClassName
{
border-color: #FCD557;
}
.TagClassName
{
border-color: #FCD557;
}
</style>