Shades of Kournikova #FBC858
Tints of Kournikova #FBC858
RGB
CMYK
RGB Variations
Color information
#FBC858 (or 0xFBC858) is known color: Kournikova. HEX triplet: FB, C8 and 58. RGB value is (251,200,88). Sum of RGB (Red+Green+Blue) = 251+200+88=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC858 is #0437A7. Grayscale: #CACACA. Windows color (decimal): -276392 or 5818619. OLE color: 5818619.
HSL color Cylindrical-coordinate representation of color #FBC858: hue angle of 41.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBC858 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 88 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.02 |
| HSL | 41.23º | 0.95% | 0.66% | - |
| HSV(B) | 41.23º | 0.65% | 0.98% | - |
| XYZ | 62.2 | 62.52 | 18.02 | - |
| YUV | 202.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 88 | 0 | 0.20 | 0.65 | 0.02 | 41.23 | 0.95 | 0.66 |
| Hex | FB | C8 | 58 | 0 | 14 | 41 | 2 | 29 | 5F | 42 |
| Octal | 373 | 310 | 130 | 0 | 24 | 101 | 2 | 51 | 137 | 102 |
| Binary | 11111011 | 11001000 | 1011000 | 0 | 10100 | 1000001 | 10 | 101001 | 1011111 | 1000010 |
Color Harmonies of #FBC858
Complementary color
Monochromatic Colors of #FBC858
Black with #FBC858
Text Example
Text Example
White with #FBC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC858; }
p { color: rgb(251,200,88); }
H1.HeaderClassName
{
color: #FBC858;
}
.AnyTagClassName
{
color: #FBC858;
}
</style>
background-color css
<style>
a { background-color: #FBC858; }
a { background-color: rgb(251,200,88); }
div.DivClassName
{
background-color: #FBC858;
}
.BgClassName
{
background-color: #FBC858;
}
</style>
border-color css
<style>
span { border-color: #FBC858; }
span { border-color: rgb(251,200,88); }
td.TdClassName
{
border-color: #FBC858;
}
.TagClassName
{
border-color: #FBC858;
}
</style>