Shades of Kournikova #FBC954
Tints of Kournikova #FBC954
RGB
CMYK
RGB Variations
Color information
#FBC954 (or 0xFBC954) is known color: Kournikova. HEX triplet: FB, C9 and 54. RGB value is (251,201,84). Sum of RGB (Red+Green+Blue) = 251+201+84=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC954 is #0436AB. Grayscale: #CBCBCB. Windows color (decimal): -276140 or 5556731. OLE color: 5556731.
HSL color Cylindrical-coordinate representation of color #FBC954: hue angle of 42.04º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBC954 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 84 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.02 |
| HSL | 42.04º | 0.95% | 0.66% | - |
| HSV(B) | 42.04º | 0.67% | 0.98% | - |
| XYZ | 62.27 | 62.92 | 17.25 | - |
| YUV | 202.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 84 | 0 | 0.20 | 0.67 | 0.02 | 42.04 | 0.95 | 0.66 |
| Hex | FB | C9 | 54 | 0 | 14 | 43 | 2 | 2A | 5F | 42 |
| Octal | 373 | 311 | 124 | 0 | 24 | 103 | 2 | 52 | 137 | 102 |
| Binary | 11111011 | 11001001 | 1010100 | 0 | 10100 | 1000011 | 10 | 101010 | 1011111 | 1000010 |
Color Harmonies of #FBC954
Complementary color
Monochromatic Colors of #FBC954
Black with #FBC954
Text Example
Text Example
White with #FBC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC954; }
p { color: rgb(251,201,84); }
H1.HeaderClassName
{
color: #FBC954;
}
.AnyTagClassName
{
color: #FBC954;
}
</style>
background-color css
<style>
a { background-color: #FBC954; }
a { background-color: rgb(251,201,84); }
div.DivClassName
{
background-color: #FBC954;
}
.BgClassName
{
background-color: #FBC954;
}
</style>
border-color css
<style>
span { border-color: #FBC954; }
span { border-color: rgb(251,201,84); }
td.TdClassName
{
border-color: #FBC954;
}
.TagClassName
{
border-color: #FBC954;
}
</style>