Shades of Kournikova #FBCB5E
Tints of Kournikova #FBCB5E
RGB
CMYK
RGB Variations
Color information
#FBCB5E (or 0xFBCB5E) is known color: Kournikova. HEX triplet: FB, CB and 5E. RGB value is (251,203,94). Sum of RGB (Red+Green+Blue) = 251+203+94=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB5E is #0434A1. Grayscale: #CDCDCD. Windows color (decimal): -275618 or 6212603. OLE color: 6212603.
HSL color Cylindrical-coordinate representation of color #FBCB5E: hue angle of 41.66º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBCB5E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 94 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.02 |
| HSL | 41.66º | 0.95% | 0.68% | - |
| HSV(B) | 41.66º | 0.63% | 0.98% | - |
| XYZ | 63.16 | 64.03 | 19.62 | - |
| YUV | 204.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 94 | 0 | 0.19 | 0.63 | 0.02 | 41.66 | 0.95 | 0.68 |
| Hex | FB | CB | 5E | 0 | 13 | 3F | 2 | 2A | 5F | 44 |
| Octal | 373 | 313 | 136 | 0 | 23 | 77 | 2 | 52 | 137 | 104 |
| Binary | 11111011 | 11001011 | 1011110 | 0 | 10011 | 111111 | 10 | 101010 | 1011111 | 1000100 |
Color Harmonies of #FBCB5E
Complementary color
Monochromatic Colors of #FBCB5E
Black with #FBCB5E
Text Example
Text Example
White with #FBCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB5E; }
p { color: rgb(251,203,94); }
H1.HeaderClassName
{
color: #FBCB5E;
}
.AnyTagClassName
{
color: #FBCB5E;
}
</style>
background-color css
<style>
a { background-color: #FBCB5E; }
a { background-color: rgb(251,203,94); }
div.DivClassName
{
background-color: #FBCB5E;
}
.BgClassName
{
background-color: #FBCB5E;
}
</style>
border-color css
<style>
span { border-color: #FBCB5E; }
span { border-color: rgb(251,203,94); }
td.TdClassName
{
border-color: #FBCB5E;
}
.TagClassName
{
border-color: #FBCB5E;
}
</style>