Shades of Kournikova #FCD04B
Tints of Kournikova #FCD04B
RGB
CMYK
RGB Variations
Color information
#FCD04B (or 0xFCD04B) is known color: Kournikova. HEX triplet: FC, D0 and 4B. RGB value is (252,208,75). Sum of RGB (Red+Green+Blue) = 252+208+75=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD04B is #032FB4. Grayscale: #CECECE. Windows color (decimal): -208821 or 4968700. OLE color: 4968700.
HSL color Cylindrical-coordinate representation of color #FCD04B: hue angle of 45.08º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCD04B is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 75 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.01 |
| HSL | 45.08º | 0.97% | 0.64% | - |
| HSV(B) | 45.08º | 0.7% | 0.99% | - |
| XYZ | 63.97 | 66.32 | 16.09 | - |
| YUV | 205.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 75 | 0 | 0.17 | 0.70 | 0.01 | 45.08 | 0.97 | 0.64 |
| Hex | FC | D0 | 4B | 0 | 11 | 46 | 1 | 2D | 61 | 40 |
| Octal | 374 | 320 | 113 | 0 | 21 | 106 | 1 | 55 | 141 | 100 |
| Binary | 11111100 | 11010000 | 1001011 | 0 | 10001 | 1000110 | 1 | 101101 | 1100001 | 1000000 |
Color Harmonies of #FCD04B
Complementary color
Monochromatic Colors of #FCD04B
Black with #FCD04B
Text Example
Text Example
White with #FCD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD04B; }
p { color: rgb(252,208,75); }
H1.HeaderClassName
{
color: #FCD04B;
}
.AnyTagClassName
{
color: #FCD04B;
}
</style>
background-color css
<style>
a { background-color: #FCD04B; }
a { background-color: rgb(252,208,75); }
div.DivClassName
{
background-color: #FCD04B;
}
.BgClassName
{
background-color: #FCD04B;
}
</style>
border-color css
<style>
span { border-color: #FCD04B; }
span { border-color: rgb(252,208,75); }
td.TdClassName
{
border-color: #FCD04B;
}
.TagClassName
{
border-color: #FCD04B;
}
</style>