Shades of Kournikova #FBCB5D
Tints of Kournikova #FBCB5D
RGB
CMYK
RGB Variations
Color information
#FBCB5D (or 0xFBCB5D) is known color: Kournikova. HEX triplet: FB, CB and 5D. RGB value is (251,203,93). Sum of RGB (Red+Green+Blue) = 251+203+93=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB5D is #0434A2. Grayscale: #CDCDCD. Windows color (decimal): -275619 or 6147067. OLE color: 6147067.
HSL color Cylindrical-coordinate representation of color #FBCB5D: hue angle of 41.77º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBCB5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 93 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.02 |
| HSL | 41.77º | 0.95% | 0.67% | - |
| HSV(B) | 41.77º | 0.63% | 0.98% | - |
| XYZ | 63.12 | 64.01 | 19.38 | - |
| YUV | 204.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 93 | 0 | 0.19 | 0.63 | 0.02 | 41.77 | 0.95 | 0.67 |
| Hex | FB | CB | 5D | 0 | 13 | 3F | 2 | 2A | 5F | 43 |
| Octal | 373 | 313 | 135 | 0 | 23 | 77 | 2 | 52 | 137 | 103 |
| Binary | 11111011 | 11001011 | 1011101 | 0 | 10011 | 111111 | 10 | 101010 | 1011111 | 1000011 |
Color Harmonies of #FBCB5D
Complementary color
Monochromatic Colors of #FBCB5D
Black with #FBCB5D
Text Example
Text Example
White with #FBCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB5D; }
p { color: rgb(251,203,93); }
H1.HeaderClassName
{
color: #FBCB5D;
}
.AnyTagClassName
{
color: #FBCB5D;
}
</style>
background-color css
<style>
a { background-color: #FBCB5D; }
a { background-color: rgb(251,203,93); }
div.DivClassName
{
background-color: #FBCB5D;
}
.BgClassName
{
background-color: #FBCB5D;
}
</style>
border-color css
<style>
span { border-color: #FBCB5D; }
span { border-color: rgb(251,203,93); }
td.TdClassName
{
border-color: #FBCB5D;
}
.TagClassName
{
border-color: #FBCB5D;
}
</style>