Shades of Kournikova #FCD250
Tints of Kournikova #FCD250
RGB
CMYK
RGB Variations
Color information
#FCD250 (or 0xFCD250) is known color: Kournikova. HEX triplet: FC, D2 and 50. RGB value is (252,210,80). Sum of RGB (Red+Green+Blue) = 252+210+80=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD250 is #032DAF. Grayscale: #D0D0D0. Windows color (decimal): -208304 or 5296892. OLE color: 5296892.
HSL color Cylindrical-coordinate representation of color #FCD250: hue angle of 45.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCD250 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 80 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.01 |
| HSL | 45.35º | 0.97% | 0.65% | - |
| HSV(B) | 45.35º | 0.68% | 0.99% | - |
| XYZ | 64.64 | 67.37 | 17.19 | - |
| YUV | 207.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 80 | 0 | 0.17 | 0.68 | 0.01 | 45.35 | 0.97 | 0.65 |
| Hex | FC | D2 | 50 | 0 | 11 | 44 | 1 | 2D | 61 | 41 |
| Octal | 374 | 322 | 120 | 0 | 21 | 104 | 1 | 55 | 141 | 101 |
| Binary | 11111100 | 11010010 | 1010000 | 0 | 10001 | 1000100 | 1 | 101101 | 1100001 | 1000001 |
Color Harmonies of #FCD250
Complementary color
Monochromatic Colors of #FCD250
Black with #FCD250
Text Example
Text Example
White with #FCD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD250; }
p { color: rgb(252,210,80); }
H1.HeaderClassName
{
color: #FCD250;
}
.AnyTagClassName
{
color: #FCD250;
}
</style>
background-color css
<style>
a { background-color: #FCD250; }
a { background-color: rgb(252,210,80); }
div.DivClassName
{
background-color: #FCD250;
}
.BgClassName
{
background-color: #FCD250;
}
</style>
border-color css
<style>
span { border-color: #FCD250; }
span { border-color: rgb(252,210,80); }
td.TdClassName
{
border-color: #FCD250;
}
.TagClassName
{
border-color: #FCD250;
}
</style>