Shades of Kournikova #FBC947
Tints of Kournikova #FBC947
RGB
CMYK
RGB Variations
Color information
#FBC947 (or 0xFBC947) is known color: Kournikova. HEX triplet: FB, C9 and 47. RGB value is (251,201,71). Sum of RGB (Red+Green+Blue) = 251+201+71=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC947 is #0436B8. Grayscale: #C9C9C9. Windows color (decimal): -276153 or 4704763. OLE color: 4704763.
HSL color Cylindrical-coordinate representation of color #FBC947: hue angle of 43.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBC947 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 71 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.02 |
| HSL | 43.33º | 0.96% | 0.63% | - |
| HSV(B) | 43.33º | 0.72% | 0.98% | - |
| XYZ | 61.81 | 62.74 | 14.81 | - |
| YUV | 201.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 71 | 0 | 0.20 | 0.72 | 0.02 | 43.33 | 0.96 | 0.63 |
| Hex | FB | C9 | 47 | 0 | 14 | 48 | 2 | 2B | 60 | 3F |
| Octal | 373 | 311 | 107 | 0 | 24 | 110 | 2 | 53 | 140 | 77 |
| Binary | 11111011 | 11001001 | 1000111 | 0 | 10100 | 1001000 | 10 | 101011 | 1100000 | 111111 |
Color Harmonies of #FBC947
Complementary color
Monochromatic Colors of #FBC947
Black with #FBC947
Text Example
Text Example
White with #FBC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC947; }
p { color: rgb(251,201,71); }
H1.HeaderClassName
{
color: #FBC947;
}
.AnyTagClassName
{
color: #FBC947;
}
</style>
background-color css
<style>
a { background-color: #FBC947; }
a { background-color: rgb(251,201,71); }
div.DivClassName
{
background-color: #FBC947;
}
.BgClassName
{
background-color: #FBC947;
}
</style>
border-color css
<style>
span { border-color: #FBC947; }
span { border-color: rgb(251,201,71); }
td.TdClassName
{
border-color: #FBC947;
}
.TagClassName
{
border-color: #FBC947;
}
</style>