Shades of Kournikova #FCC961
Tints of Kournikova #FCC961
RGB
CMYK
RGB Variations
Color information
#FCC961 (or 0xFCC961) is known color: Kournikova. HEX triplet: FC, C9 and 61. RGB value is (252,201,97). Sum of RGB (Red+Green+Blue) = 252+201+97=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC961 is #03369E. Grayscale: #CCCCCC. Windows color (decimal): -210591 or 6408700. OLE color: 6408700.
HSL color Cylindrical-coordinate representation of color #FCC961: hue angle of 40.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC961 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 97 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.01 |
| HSL | 40.26º | 0.96% | 0.68% | - |
| HSV(B) | 40.26º | 0.62% | 0.99% | - |
| XYZ | 63.19 | 63.33 | 20.2 | - |
| YUV | 204.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 97 | 0 | 0.20 | 0.62 | 0.01 | 40.26 | 0.96 | 0.68 |
| Hex | FC | C9 | 61 | 0 | 14 | 3E | 1 | 28 | 60 | 44 |
| Octal | 374 | 311 | 141 | 0 | 24 | 76 | 1 | 50 | 140 | 104 |
| Binary | 11111100 | 11001001 | 1100001 | 0 | 10100 | 111110 | 1 | 101000 | 1100000 | 1000100 |
Color Harmonies of #FCC961
Complementary color
Monochromatic Colors of #FCC961
Black with #FCC961
Text Example
Text Example
White with #FCC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC961; }
p { color: rgb(252,201,97); }
H1.HeaderClassName
{
color: #FCC961;
}
.AnyTagClassName
{
color: #FCC961;
}
</style>
background-color css
<style>
a { background-color: #FCC961; }
a { background-color: rgb(252,201,97); }
div.DivClassName
{
background-color: #FCC961;
}
.BgClassName
{
background-color: #FCC961;
}
</style>
border-color css
<style>
span { border-color: #FCC961; }
span { border-color: rgb(252,201,97); }
td.TdClassName
{
border-color: #FCC961;
}
.TagClassName
{
border-color: #FCC961;
}
</style>