Shades of Kournikova #FBCB50
Tints of Kournikova #FBCB50
RGB
CMYK
RGB Variations
Color information
#FBCB50 (or 0xFBCB50) is known color: Kournikova. HEX triplet: FB, CB and 50. RGB value is (251,203,80). Sum of RGB (Red+Green+Blue) = 251+203+80=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB50 is #0434AF. Grayscale: #CBCBCB. Windows color (decimal): -275632 or 5295099. OLE color: 5295099.
HSL color Cylindrical-coordinate representation of color #FBCB50: hue angle of 43.16º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBCB50 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 80 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.02 |
| HSL | 43.16º | 0.96% | 0.65% | - |
| HSV(B) | 43.16º | 0.68% | 0.98% | - |
| XYZ | 62.59 | 63.8 | 16.61 | - |
| YUV | 203.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 80 | 0 | 0.19 | 0.68 | 0.02 | 43.16 | 0.96 | 0.65 |
| Hex | FB | CB | 50 | 0 | 13 | 44 | 2 | 2B | 60 | 41 |
| Octal | 373 | 313 | 120 | 0 | 23 | 104 | 2 | 53 | 140 | 101 |
| Binary | 11111011 | 11001011 | 1010000 | 0 | 10011 | 1000100 | 10 | 101011 | 1100000 | 1000001 |
Color Harmonies of #FBCB50
Complementary color
Monochromatic Colors of #FBCB50
Black with #FBCB50
Text Example
Text Example
White with #FBCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB50; }
p { color: rgb(251,203,80); }
H1.HeaderClassName
{
color: #FBCB50;
}
.AnyTagClassName
{
color: #FBCB50;
}
</style>
background-color css
<style>
a { background-color: #FBCB50; }
a { background-color: rgb(251,203,80); }
div.DivClassName
{
background-color: #FBCB50;
}
.BgClassName
{
background-color: #FBCB50;
}
</style>
border-color css
<style>
span { border-color: #FBCB50; }
span { border-color: rgb(251,203,80); }
td.TdClassName
{
border-color: #FBCB50;
}
.TagClassName
{
border-color: #FBCB50;
}
</style>