Shades of Kournikova #FBD34B
Tints of Kournikova #FBD34B
RGB
CMYK
RGB Variations
Color information
#FBD34B (or 0xFBD34B) is known color: Kournikova. HEX triplet: FB, D3 and 4B. RGB value is (251,211,75). Sum of RGB (Red+Green+Blue) = 251+211+75=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD34B is #042CB4. Grayscale: #D0D0D0. Windows color (decimal): -273589 or 4969467. OLE color: 4969467.
HSL color Cylindrical-coordinate representation of color #FBD34B: hue angle of 46.36º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBD34B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 75 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.02 |
| HSL | 46.36º | 0.96% | 0.64% | - |
| HSV(B) | 46.36º | 0.7% | 0.98% | - |
| XYZ | 64.35 | 67.61 | 16.31 | - |
| YUV | 207.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 75 | 0 | 0.16 | 0.70 | 0.02 | 46.36 | 0.96 | 0.64 |
| Hex | FB | D3 | 4B | 0 | 10 | 46 | 2 | 2E | 60 | 40 |
| Octal | 373 | 323 | 113 | 0 | 20 | 106 | 2 | 56 | 140 | 100 |
| Binary | 11111011 | 11010011 | 1001011 | 0 | 10000 | 1000110 | 10 | 101110 | 1100000 | 1000000 |
Color Harmonies of #FBD34B
Complementary color
Monochromatic Colors of #FBD34B
Black with #FBD34B
Text Example
Text Example
White with #FBD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD34B; }
p { color: rgb(251,211,75); }
H1.HeaderClassName
{
color: #FBD34B;
}
.AnyTagClassName
{
color: #FBD34B;
}
</style>
background-color css
<style>
a { background-color: #FBD34B; }
a { background-color: rgb(251,211,75); }
div.DivClassName
{
background-color: #FBD34B;
}
.BgClassName
{
background-color: #FBD34B;
}
</style>
border-color css
<style>
span { border-color: #FBD34B; }
span { border-color: rgb(251,211,75); }
td.TdClassName
{
border-color: #FBD34B;
}
.TagClassName
{
border-color: #FBD34B;
}
</style>