Shades of Kournikova #FCC94B
Tints of Kournikova #FCC94B
RGB
CMYK
RGB Variations
Color information
#FCC94B (or 0xFCC94B) is known color: Kournikova. HEX triplet: FC, C9 and 4B. RGB value is (252,201,75). Sum of RGB (Red+Green+Blue) = 252+201+75=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC94B is #0336B4. Grayscale: #CACACA. Windows color (decimal): -210613 or 4966908. OLE color: 4966908.
HSL color Cylindrical-coordinate representation of color #FCC94B: hue angle of 42.71º 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 #FCC94B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 75 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.01 |
| HSL | 42.71º | 0.97% | 0.64% | - |
| HSV(B) | 42.71º | 0.7% | 0.99% | - |
| XYZ | 62.3 | 62.98 | 15.53 | - |
| YUV | 201.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 75 | 0 | 0.20 | 0.70 | 0.01 | 42.71 | 0.97 | 0.64 |
| Hex | FC | C9 | 4B | 0 | 14 | 46 | 1 | 2B | 61 | 40 |
| Octal | 374 | 311 | 113 | 0 | 24 | 106 | 1 | 53 | 141 | 100 |
| Binary | 11111100 | 11001001 | 1001011 | 0 | 10100 | 1000110 | 1 | 101011 | 1100001 | 1000000 |
Color Harmonies of #FCC94B
Complementary color
Monochromatic Colors of #FCC94B
Black with #FCC94B
Text Example
Text Example
White with #FCC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC94B; }
p { color: rgb(252,201,75); }
H1.HeaderClassName
{
color: #FCC94B;
}
.AnyTagClassName
{
color: #FCC94B;
}
</style>
background-color css
<style>
a { background-color: #FCC94B; }
a { background-color: rgb(252,201,75); }
div.DivClassName
{
background-color: #FCC94B;
}
.BgClassName
{
background-color: #FCC94B;
}
</style>
border-color css
<style>
span { border-color: #FCC94B; }
span { border-color: rgb(252,201,75); }
td.TdClassName
{
border-color: #FCC94B;
}
.TagClassName
{
border-color: #FCC94B;
}
</style>