Shades of Kournikova #FBD450
Tints of Kournikova #FBD450
RGB
CMYK
RGB Variations
Color information
#FBD450 (or 0xFBD450) is known color: Kournikova. HEX triplet: FB, D4 and 50. RGB value is (251,212,80). Sum of RGB (Red+Green+Blue) = 251+212+80=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD450 is #042BAF. Grayscale: #D1D1D1. Windows color (decimal): -273328 or 5297403. OLE color: 5297403.
HSL color Cylindrical-coordinate representation of color #FBD450: hue angle of 46.32º 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 #FBD450 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 212 | 80 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.02 |
| HSL | 46.32º | 0.96% | 0.65% | - |
| HSV(B) | 46.32º | 0.68% | 0.98% | - |
| XYZ | 64.78 | 68.18 | 17.33 | - |
| YUV | 208.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 212 | 80 | 0 | 0.16 | 0.68 | 0.02 | 46.32 | 0.96 | 0.65 |
| Hex | FB | D4 | 50 | 0 | 10 | 44 | 2 | 2E | 60 | 41 |
| Octal | 373 | 324 | 120 | 0 | 20 | 104 | 2 | 56 | 140 | 101 |
| Binary | 11111011 | 11010100 | 1010000 | 0 | 10000 | 1000100 | 10 | 101110 | 1100000 | 1000001 |
Color Harmonies of #FBD450
Complementary color
Monochromatic Colors of #FBD450
Black with #FBD450
Text Example
Text Example
White with #FBD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD450; }
p { color: rgb(251,212,80); }
H1.HeaderClassName
{
color: #FBD450;
}
.AnyTagClassName
{
color: #FBD450;
}
</style>
background-color css
<style>
a { background-color: #FBD450; }
a { background-color: rgb(251,212,80); }
div.DivClassName
{
background-color: #FBD450;
}
.BgClassName
{
background-color: #FBD450;
}
</style>
border-color css
<style>
span { border-color: #FBD450; }
span { border-color: rgb(251,212,80); }
td.TdClassName
{
border-color: #FBD450;
}
.TagClassName
{
border-color: #FBD450;
}
</style>