Shades of Kournikova #FBC960
Tints of Kournikova #FBC960
RGB
CMYK
RGB Variations
Color information
#FBC960 (or 0xFBC960) is known color: Kournikova. HEX triplet: FB, C9 and 60. RGB value is (251,201,96). Sum of RGB (Red+Green+Blue) = 251+201+96=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC960 is #04369F. Grayscale: #CCCCCC. Windows color (decimal): -276128 or 6343163. OLE color: 6343163.
HSL color Cylindrical-coordinate representation of color #FBC960: hue angle of 40.65º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBC960 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 96 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.02 |
| HSL | 40.65º | 0.95% | 0.68% | - |
| HSV(B) | 40.65º | 0.62% | 0.98% | - |
| XYZ | 62.78 | 63.13 | 19.94 | - |
| YUV | 203.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 96 | 0 | 0.20 | 0.62 | 0.02 | 40.65 | 0.95 | 0.68 |
| Hex | FB | C9 | 60 | 0 | 14 | 3E | 2 | 29 | 5F | 44 |
| Octal | 373 | 311 | 140 | 0 | 24 | 76 | 2 | 51 | 137 | 104 |
| Binary | 11111011 | 11001001 | 1100000 | 0 | 10100 | 111110 | 10 | 101001 | 1011111 | 1000100 |
Color Harmonies of #FBC960
Complementary color
Monochromatic Colors of #FBC960
Black with #FBC960
Text Example
Text Example
White with #FBC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC960; }
p { color: rgb(251,201,96); }
H1.HeaderClassName
{
color: #FBC960;
}
.AnyTagClassName
{
color: #FBC960;
}
</style>
background-color css
<style>
a { background-color: #FBC960; }
a { background-color: rgb(251,201,96); }
div.DivClassName
{
background-color: #FBC960;
}
.BgClassName
{
background-color: #FBC960;
}
</style>
border-color css
<style>
span { border-color: #FBC960; }
span { border-color: rgb(251,201,96); }
td.TdClassName
{
border-color: #FBC960;
}
.TagClassName
{
border-color: #FBC960;
}
</style>