Shades of Kournikova #FCD05B
Tints of Kournikova #FCD05B
RGB
CMYK
RGB Variations
Color information
#FCD05B (or 0xFCD05B) is known color: Kournikova. HEX triplet: FC, D0 and 5B. RGB value is (252,208,91). Sum of RGB (Red+Green+Blue) = 252+208+91=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD05B is #032FA4. Grayscale: #D0D0D0. Windows color (decimal): -208805 or 6017276. OLE color: 6017276.
HSL color Cylindrical-coordinate representation of color #FCD05B: hue angle of 43.6º 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 #FCD05B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 91 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.01 |
| HSL | 43.6º | 0.96% | 0.67% | - |
| HSV(B) | 43.6º | 0.64% | 0.99% | - |
| XYZ | 64.59 | 66.56 | 19.34 | - |
| YUV | 207.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 91 | 0 | 0.17 | 0.64 | 0.01 | 43.6 | 0.96 | 0.67 |
| Hex | FC | D0 | 5B | 0 | 11 | 40 | 1 | 2C | 60 | 43 |
| Octal | 374 | 320 | 133 | 0 | 21 | 100 | 1 | 54 | 140 | 103 |
| Binary | 11111100 | 11010000 | 1011011 | 0 | 10001 | 1000000 | 1 | 101100 | 1100000 | 1000011 |
Color Harmonies of #FCD05B
Complementary color
Monochromatic Colors of #FCD05B
Black with #FCD05B
Text Example
Text Example
White with #FCD05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD05B; }
p { color: rgb(252,208,91); }
H1.HeaderClassName
{
color: #FCD05B;
}
.AnyTagClassName
{
color: #FCD05B;
}
</style>
background-color css
<style>
a { background-color: #FCD05B; }
a { background-color: rgb(252,208,91); }
div.DivClassName
{
background-color: #FCD05B;
}
.BgClassName
{
background-color: #FCD05B;
}
</style>
border-color css
<style>
span { border-color: #FCD05B; }
span { border-color: rgb(252,208,91); }
td.TdClassName
{
border-color: #FCD05B;
}
.TagClassName
{
border-color: #FCD05B;
}
</style>