Shades of Kournikova #FBC949
Tints of Kournikova #FBC949
RGB
CMYK
RGB Variations
Color information
#FBC949 (or 0xFBC949) is known color: Kournikova. HEX triplet: FB, C9 and 49. RGB value is (251,201,73). Sum of RGB (Red+Green+Blue) = 251+201+73=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC949 is #0436B6. Grayscale: #C9C9C9. Windows color (decimal): -276151 or 4835835. OLE color: 4835835.
HSL color Cylindrical-coordinate representation of color #FBC949: hue angle of 43.15º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBC949 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.02 |
| HSL | 43.15º | 0.96% | 0.64% | - |
| HSV(B) | 43.15º | 0.71% | 0.98% | - |
| XYZ | 61.87 | 62.76 | 15.16 | - |
| YUV | 201.36 | 55.57 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 73 | 0 | 0.20 | 0.71 | 0.02 | 43.15 | 0.96 | 0.64 |
| Hex | FB | C9 | 49 | 0 | 14 | 47 | 2 | 2B | 60 | 40 |
| Octal | 373 | 311 | 111 | 0 | 24 | 107 | 2 | 53 | 140 | 100 |
| Binary | 11111011 | 11001001 | 1001001 | 0 | 10100 | 1000111 | 10 | 101011 | 1100000 | 1000000 |
Color Harmonies of #FBC949
Complementary color
Monochromatic Colors of #FBC949
Black with #FBC949
Text Example
Text Example
White with #FBC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC949; }
p { color: rgb(251,201,73); }
H1.HeaderClassName
{
color: #FBC949;
}
.AnyTagClassName
{
color: #FBC949;
}
</style>
background-color css
<style>
a { background-color: #FBC949; }
a { background-color: rgb(251,201,73); }
div.DivClassName
{
background-color: #FBC949;
}
.BgClassName
{
background-color: #FBC949;
}
</style>
border-color css
<style>
span { border-color: #FBC949; }
span { border-color: rgb(251,201,73); }
td.TdClassName
{
border-color: #FBC949;
}
.TagClassName
{
border-color: #FBC949;
}
</style>