Shades of Kournikova #FBCB5A
Tints of Kournikova #FBCB5A
RGB
CMYK
RGB Variations
Color information
#FBCB5A (or 0xFBCB5A) is known color: Kournikova. HEX triplet: FB, CB and 5A. RGB value is (251,203,90). Sum of RGB (Red+Green+Blue) = 251+203+90=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB5A is #0434A5. Grayscale: #CCCCCC. Windows color (decimal): -275622 or 5950459. OLE color: 5950459.
HSL color Cylindrical-coordinate representation of color #FBCB5A: hue angle of 42.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBCB5A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 90 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.02 |
| HSL | 42.11º | 0.95% | 0.67% | - |
| HSV(B) | 42.11º | 0.64% | 0.98% | - |
| XYZ | 62.99 | 63.96 | 18.7 | - |
| YUV | 204.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 90 | 0 | 0.19 | 0.64 | 0.02 | 42.11 | 0.95 | 0.67 |
| Hex | FB | CB | 5A | 0 | 13 | 40 | 2 | 2A | 5F | 43 |
| Octal | 373 | 313 | 132 | 0 | 23 | 100 | 2 | 52 | 137 | 103 |
| Binary | 11111011 | 11001011 | 1011010 | 0 | 10011 | 1000000 | 10 | 101010 | 1011111 | 1000011 |
Color Harmonies of #FBCB5A
Complementary color
Monochromatic Colors of #FBCB5A
Black with #FBCB5A
Text Example
Text Example
White with #FBCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB5A; }
p { color: rgb(251,203,90); }
H1.HeaderClassName
{
color: #FBCB5A;
}
.AnyTagClassName
{
color: #FBCB5A;
}
</style>
background-color css
<style>
a { background-color: #FBCB5A; }
a { background-color: rgb(251,203,90); }
div.DivClassName
{
background-color: #FBCB5A;
}
.BgClassName
{
background-color: #FBCB5A;
}
</style>
border-color css
<style>
span { border-color: #FBCB5A; }
span { border-color: rgb(251,203,90); }
td.TdClassName
{
border-color: #FBCB5A;
}
.TagClassName
{
border-color: #FBCB5A;
}
</style>