Shades of Kournikova #FBC959
Tints of Kournikova #FBC959
RGB
CMYK
RGB Variations
Color information
#FBC959 (or 0xFBC959) is known color: Kournikova. HEX triplet: FB, C9 and 59. RGB value is (251,201,89). Sum of RGB (Red+Green+Blue) = 251+201+89=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC959 is #0436A6. Grayscale: #CBCBCB. Windows color (decimal): -276135 or 5884411. OLE color: 5884411.
HSL color Cylindrical-coordinate representation of color #FBC959: hue angle of 41.48º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBC959 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 89 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.02 |
| HSL | 41.48º | 0.95% | 0.67% | - |
| HSV(B) | 41.48º | 0.65% | 0.98% | - |
| XYZ | 62.47 | 63 | 18.32 | - |
| YUV | 203.18 | 63.57 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 89 | 0 | 0.20 | 0.65 | 0.02 | 41.48 | 0.95 | 0.67 |
| Hex | FB | C9 | 59 | 0 | 14 | 41 | 2 | 29 | 5F | 43 |
| Octal | 373 | 311 | 131 | 0 | 24 | 101 | 2 | 51 | 137 | 103 |
| Binary | 11111011 | 11001001 | 1011001 | 0 | 10100 | 1000001 | 10 | 101001 | 1011111 | 1000011 |
Color Harmonies of #FBC959
Complementary color
Monochromatic Colors of #FBC959
Black with #FBC959
Text Example
Text Example
White with #FBC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC959; }
p { color: rgb(251,201,89); }
H1.HeaderClassName
{
color: #FBC959;
}
.AnyTagClassName
{
color: #FBC959;
}
</style>
background-color css
<style>
a { background-color: #FBC959; }
a { background-color: rgb(251,201,89); }
div.DivClassName
{
background-color: #FBC959;
}
.BgClassName
{
background-color: #FBC959;
}
</style>
border-color css
<style>
span { border-color: #FBC959; }
span { border-color: rgb(251,201,89); }
td.TdClassName
{
border-color: #FBC959;
}
.TagClassName
{
border-color: #FBC959;
}
</style>