Shades of Kournikova #FBC945
Tints of Kournikova #FBC945
RGB
CMYK
RGB Variations
Color information
#FBC945 (or 0xFBC945) is known color: Kournikova. HEX triplet: FB, C9 and 45. RGB value is (251,201,69). Sum of RGB (Red+Green+Blue) = 251+201+69=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC945 is #0436BA. Grayscale: #C9C9C9. Windows color (decimal): -276155 or 4573691. OLE color: 4573691.
HSL color Cylindrical-coordinate representation of color #FBC945: hue angle of 43.52º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBC945 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 69 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.52º | 0.96% | 0.63% | - |
| HSV(B) | 43.52º | 0.73% | 0.98% | - |
| XYZ | 61.74 | 62.71 | 14.48 | - |
| YUV | 200.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 69 | 0 | 0.20 | 0.73 | 0.02 | 43.52 | 0.96 | 0.63 |
| Hex | FB | C9 | 45 | 0 | 14 | 49 | 2 | 2C | 60 | 3F |
| Octal | 373 | 311 | 105 | 0 | 24 | 111 | 2 | 54 | 140 | 77 |
| Binary | 11111011 | 11001001 | 1000101 | 0 | 10100 | 1001001 | 10 | 101100 | 1100000 | 111111 |
Color Harmonies of #FBC945
Complementary color
Monochromatic Colors of #FBC945
Black with #FBC945
Text Example
Text Example
White with #FBC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC945; }
p { color: rgb(251,201,69); }
H1.HeaderClassName
{
color: #FBC945;
}
.AnyTagClassName
{
color: #FBC945;
}
</style>
background-color css
<style>
a { background-color: #FBC945; }
a { background-color: rgb(251,201,69); }
div.DivClassName
{
background-color: #FBC945;
}
.BgClassName
{
background-color: #FBC945;
}
</style>
border-color css
<style>
span { border-color: #FBC945; }
span { border-color: rgb(251,201,69); }
td.TdClassName
{
border-color: #FBC945;
}
.TagClassName
{
border-color: #FBC945;
}
</style>