Shades of Kournikova #FBC955
Tints of Kournikova #FBC955
RGB
CMYK
RGB Variations
Color information
#FBC955 (or 0xFBC955) is known color: Kournikova. HEX triplet: FB, C9 and 55. RGB value is (251,201,85). Sum of RGB (Red+Green+Blue) = 251+201+85=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC955 is #0436AA. Grayscale: #CBCBCB. Windows color (decimal): -276139 or 5622267. OLE color: 5622267.
HSL color Cylindrical-coordinate representation of color #FBC955: hue angle of 41.93º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBC955 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 85 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.02 |
| HSL | 41.93º | 0.95% | 0.66% | - |
| HSV(B) | 41.93º | 0.66% | 0.98% | - |
| XYZ | 62.31 | 62.94 | 17.46 | - |
| YUV | 202.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 85 | 0 | 0.20 | 0.66 | 0.02 | 41.93 | 0.95 | 0.66 |
| Hex | FB | C9 | 55 | 0 | 14 | 42 | 2 | 2A | 5F | 42 |
| Octal | 373 | 311 | 125 | 0 | 24 | 102 | 2 | 52 | 137 | 102 |
| Binary | 11111011 | 11001001 | 1010101 | 0 | 10100 | 1000010 | 10 | 101010 | 1011111 | 1000010 |
Color Harmonies of #FBC955
Complementary color
Monochromatic Colors of #FBC955
Black with #FBC955
Text Example
Text Example
White with #FBC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC955; }
p { color: rgb(251,201,85); }
H1.HeaderClassName
{
color: #FBC955;
}
.AnyTagClassName
{
color: #FBC955;
}
</style>
background-color css
<style>
a { background-color: #FBC955; }
a { background-color: rgb(251,201,85); }
div.DivClassName
{
background-color: #FBC955;
}
.BgClassName
{
background-color: #FBC955;
}
</style>
border-color css
<style>
span { border-color: #FBC955; }
span { border-color: rgb(251,201,85); }
td.TdClassName
{
border-color: #FBC955;
}
.TagClassName
{
border-color: #FBC955;
}
</style>