Shades of Kournikova #FCD25A
Tints of Kournikova #FCD25A
RGB
CMYK
RGB Variations
Color information
#FCD25A (or 0xFCD25A) is known color: Kournikova. HEX triplet: FC, D2 and 5A. RGB value is (252,210,90). Sum of RGB (Red+Green+Blue) = 252+210+90=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25A is #032DA5. Grayscale: #D1D1D1. Windows color (decimal): -208294 or 5952252. OLE color: 5952252.
HSL color Cylindrical-coordinate representation of color #FCD25A: hue angle of 44.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCD25A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 90 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.01 |
| HSL | 44.44º | 0.96% | 0.67% | - |
| HSV(B) | 44.44º | 0.64% | 0.99% | - |
| XYZ | 65.04 | 67.53 | 19.28 | - |
| YUV | 208.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 90 | 0 | 0.17 | 0.64 | 0.01 | 44.44 | 0.96 | 0.67 |
| Hex | FC | D2 | 5A | 0 | 11 | 40 | 1 | 2C | 60 | 43 |
| Octal | 374 | 322 | 132 | 0 | 21 | 100 | 1 | 54 | 140 | 103 |
| Binary | 11111100 | 11010010 | 1011010 | 0 | 10001 | 1000000 | 1 | 101100 | 1100000 | 1000011 |
Color Harmonies of #FCD25A
Complementary color
Monochromatic Colors of #FCD25A
Black with #FCD25A
Text Example
Text Example
White with #FCD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD25A; }
p { color: rgb(252,210,90); }
H1.HeaderClassName
{
color: #FCD25A;
}
.AnyTagClassName
{
color: #FCD25A;
}
</style>
background-color css
<style>
a { background-color: #FCD25A; }
a { background-color: rgb(252,210,90); }
div.DivClassName
{
background-color: #FCD25A;
}
.BgClassName
{
background-color: #FCD25A;
}
</style>
border-color css
<style>
span { border-color: #FCD25A; }
span { border-color: rgb(252,210,90); }
td.TdClassName
{
border-color: #FCD25A;
}
.TagClassName
{
border-color: #FCD25A;
}
</style>