Shades of Kournikova #FBC951
Tints of Kournikova #FBC951
RGB
CMYK
RGB Variations
Color information
#FBC951 (or 0xFBC951) is known color: Kournikova. HEX triplet: FB, C9 and 51. RGB value is (251,201,81). Sum of RGB (Red+Green+Blue) = 251+201+81=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC951 is #0436AE. Grayscale: #CACACA. Windows color (decimal): -276143 or 5360123. OLE color: 5360123.
HSL color Cylindrical-coordinate representation of color #FBC951: hue angle of 42.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBC951 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 81 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.02 |
| HSL | 42.35º | 0.96% | 0.65% | - |
| HSV(B) | 42.35º | 0.68% | 0.98% | - |
| XYZ | 62.16 | 62.88 | 16.65 | - |
| YUV | 202.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 81 | 0 | 0.20 | 0.68 | 0.02 | 42.35 | 0.96 | 0.65 |
| Hex | FB | C9 | 51 | 0 | 14 | 44 | 2 | 2A | 60 | 41 |
| Octal | 373 | 311 | 121 | 0 | 24 | 104 | 2 | 52 | 140 | 101 |
| Binary | 11111011 | 11001001 | 1010001 | 0 | 10100 | 1000100 | 10 | 101010 | 1100000 | 1000001 |
Color Harmonies of #FBC951
Complementary color
Monochromatic Colors of #FBC951
Black with #FBC951
Text Example
Text Example
White with #FBC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC951; }
p { color: rgb(251,201,81); }
H1.HeaderClassName
{
color: #FBC951;
}
.AnyTagClassName
{
color: #FBC951;
}
</style>
background-color css
<style>
a { background-color: #FBC951; }
a { background-color: rgb(251,201,81); }
div.DivClassName
{
background-color: #FBC951;
}
.BgClassName
{
background-color: #FBC951;
}
</style>
border-color css
<style>
span { border-color: #FBC951; }
span { border-color: rgb(251,201,81); }
td.TdClassName
{
border-color: #FBC951;
}
.TagClassName
{
border-color: #FBC951;
}
</style>