Shades of Kournikova #FBD34D
Tints of Kournikova #FBD34D
RGB
CMYK
RGB Variations
Color information
#FBD34D (or 0xFBD34D) is known color: Kournikova. HEX triplet: FB, D3 and 4D. RGB value is (251,211,77). Sum of RGB (Red+Green+Blue) = 251+211+77=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD34D is #042CB2. Grayscale: #D0D0D0. Windows color (decimal): -273587 or 5100539. OLE color: 5100539.
HSL color Cylindrical-coordinate representation of color #FBD34D: hue angle of 46.21º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBD34D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 77 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.02 |
| HSL | 46.21º | 0.96% | 0.64% | - |
| HSV(B) | 46.21º | 0.69% | 0.98% | - |
| XYZ | 64.42 | 67.63 | 16.68 | - |
| YUV | 207.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 77 | 0 | 0.16 | 0.69 | 0.02 | 46.21 | 0.96 | 0.64 |
| Hex | FB | D3 | 4D | 0 | 10 | 45 | 2 | 2E | 60 | 40 |
| Octal | 373 | 323 | 115 | 0 | 20 | 105 | 2 | 56 | 140 | 100 |
| Binary | 11111011 | 11010011 | 1001101 | 0 | 10000 | 1000101 | 10 | 101110 | 1100000 | 1000000 |
Color Harmonies of #FBD34D
Complementary color
Monochromatic Colors of #FBD34D
Black with #FBD34D
Text Example
Text Example
White with #FBD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD34D; }
p { color: rgb(251,211,77); }
H1.HeaderClassName
{
color: #FBD34D;
}
.AnyTagClassName
{
color: #FBD34D;
}
</style>
background-color css
<style>
a { background-color: #FBD34D; }
a { background-color: rgb(251,211,77); }
div.DivClassName
{
background-color: #FBD34D;
}
.BgClassName
{
background-color: #FBD34D;
}
</style>
border-color css
<style>
span { border-color: #FBD34D; }
span { border-color: rgb(251,211,77); }
td.TdClassName
{
border-color: #FBD34D;
}
.TagClassName
{
border-color: #FBD34D;
}
</style>