Shades of Kournikova #FBCC4D
Tints of Kournikova #FBCC4D
RGB
CMYK
RGB Variations
Color information
#FBCC4D (or 0xFBCC4D) is known color: Kournikova. HEX triplet: FB, CC and 4D. RGB value is (251,204,77). Sum of RGB (Red+Green+Blue) = 251+204+77=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC4D is #0433B2. Grayscale: #CCCCCC. Windows color (decimal): -275379 or 5098747. OLE color: 5098747.
HSL color Cylindrical-coordinate representation of color #FBCC4D: hue angle of 43.79º 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 #FBCC4D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 77 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.02 |
| HSL | 43.79º | 0.96% | 0.64% | - |
| HSV(B) | 43.79º | 0.69% | 0.98% | - |
| XYZ | 62.72 | 64.23 | 16.11 | - |
| YUV | 203.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 77 | 0 | 0.19 | 0.69 | 0.02 | 43.79 | 0.96 | 0.64 |
| Hex | FB | CC | 4D | 0 | 13 | 45 | 2 | 2C | 60 | 40 |
| Octal | 373 | 314 | 115 | 0 | 23 | 105 | 2 | 54 | 140 | 100 |
| Binary | 11111011 | 11001100 | 1001101 | 0 | 10011 | 1000101 | 10 | 101100 | 1100000 | 1000000 |
Color Harmonies of #FBCC4D
Complementary color
Monochromatic Colors of #FBCC4D
Black with #FBCC4D
Text Example
Text Example
White with #FBCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC4D; }
p { color: rgb(251,204,77); }
H1.HeaderClassName
{
color: #FBCC4D;
}
.AnyTagClassName
{
color: #FBCC4D;
}
</style>
background-color css
<style>
a { background-color: #FBCC4D; }
a { background-color: rgb(251,204,77); }
div.DivClassName
{
background-color: #FBCC4D;
}
.BgClassName
{
background-color: #FBCC4D;
}
</style>
border-color css
<style>
span { border-color: #FBCC4D; }
span { border-color: rgb(251,204,77); }
td.TdClassName
{
border-color: #FBCC4D;
}
.TagClassName
{
border-color: #FBCC4D;
}
</style>