Shades of Kournikova #FBC950
Tints of Kournikova #FBC950
RGB
CMYK
RGB Variations
Color information
#FBC950 (or 0xFBC950) is known color: Kournikova. HEX triplet: FB, C9 and 50. RGB value is (251,201,80). Sum of RGB (Red+Green+Blue) = 251+201+80=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC950 is #0436AF. Grayscale: #CACACA. Windows color (decimal): -276144 or 5294587. OLE color: 5294587.
HSL color Cylindrical-coordinate representation of color #FBC950: hue angle of 42.46º 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 #FBC950 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 80 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.02 |
| HSL | 42.46º | 0.96% | 0.65% | - |
| HSV(B) | 42.46º | 0.68% | 0.98% | - |
| XYZ | 62.12 | 62.86 | 16.45 | - |
| YUV | 202.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 80 | 0 | 0.20 | 0.68 | 0.02 | 42.46 | 0.96 | 0.65 |
| Hex | FB | C9 | 50 | 0 | 14 | 44 | 2 | 2A | 60 | 41 |
| Octal | 373 | 311 | 120 | 0 | 24 | 104 | 2 | 52 | 140 | 101 |
| Binary | 11111011 | 11001001 | 1010000 | 0 | 10100 | 1000100 | 10 | 101010 | 1100000 | 1000001 |
Color Harmonies of #FBC950
Complementary color
Monochromatic Colors of #FBC950
Black with #FBC950
Text Example
Text Example
White with #FBC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC950; }
p { color: rgb(251,201,80); }
H1.HeaderClassName
{
color: #FBC950;
}
.AnyTagClassName
{
color: #FBC950;
}
</style>
background-color css
<style>
a { background-color: #FBC950; }
a { background-color: rgb(251,201,80); }
div.DivClassName
{
background-color: #FBC950;
}
.BgClassName
{
background-color: #FBC950;
}
</style>
border-color css
<style>
span { border-color: #FBC950; }
span { border-color: rgb(251,201,80); }
td.TdClassName
{
border-color: #FBC950;
}
.TagClassName
{
border-color: #FBC950;
}
</style>