Shades of Kournikova #FBC861
Tints of Kournikova #FBC861
RGB
CMYK
RGB Variations
Color information
#FBC861 (or 0xFBC861) is known color: Kournikova. HEX triplet: FB, C8 and 61. RGB value is (251,200,97). Sum of RGB (Red+Green+Blue) = 251+200+97=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC861 is #04379E. Grayscale: #CBCBCB. Windows color (decimal): -276383 or 6408443. OLE color: 6408443.
HSL color Cylindrical-coordinate representation of color #FBC861: hue angle of 40.13º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBC861 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 97 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.02 |
| HSL | 40.13º | 0.95% | 0.68% | - |
| HSV(B) | 40.13º | 0.61% | 0.98% | - |
| XYZ | 62.6 | 62.68 | 20.11 | - |
| YUV | 203.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 97 | 0 | 0.20 | 0.61 | 0.02 | 40.13 | 0.95 | 0.68 |
| Hex | FB | C8 | 61 | 0 | 14 | 3D | 2 | 28 | 5F | 44 |
| Octal | 373 | 310 | 141 | 0 | 24 | 75 | 2 | 50 | 137 | 104 |
| Binary | 11111011 | 11001000 | 1100001 | 0 | 10100 | 111101 | 10 | 101000 | 1011111 | 1000100 |
Color Harmonies of #FBC861
Complementary color
Monochromatic Colors of #FBC861
Black with #FBC861
Text Example
Text Example
White with #FBC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC861; }
p { color: rgb(251,200,97); }
H1.HeaderClassName
{
color: #FBC861;
}
.AnyTagClassName
{
color: #FBC861;
}
</style>
background-color css
<style>
a { background-color: #FBC861; }
a { background-color: rgb(251,200,97); }
div.DivClassName
{
background-color: #FBC861;
}
.BgClassName
{
background-color: #FBC861;
}
</style>
border-color css
<style>
span { border-color: #FBC861; }
span { border-color: rgb(251,200,97); }
td.TdClassName
{
border-color: #FBC861;
}
.TagClassName
{
border-color: #FBC861;
}
</style>