Shades of Kournikova #FBCC4C
Tints of Kournikova #FBCC4C
RGB
CMYK
RGB Variations
Color information
#FBCC4C (or 0xFBCC4C) is known color: Kournikova. HEX triplet: FB, CC and 4C. RGB value is (251,204,76). Sum of RGB (Red+Green+Blue) = 251+204+76=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC4C is #0433B3. Grayscale: #CCCCCC. Windows color (decimal): -275380 or 5033211. OLE color: 5033211.
HSL color Cylindrical-coordinate representation of color #FBCC4C: hue angle of 43.89º 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 #FBCC4C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 76 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.02 |
| HSL | 43.89º | 0.96% | 0.64% | - |
| HSV(B) | 43.89º | 0.7% | 0.98% | - |
| XYZ | 62.68 | 64.22 | 15.93 | - |
| YUV | 203.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 76 | 0 | 0.19 | 0.70 | 0.02 | 43.89 | 0.96 | 0.64 |
| Hex | FB | CC | 4C | 0 | 13 | 46 | 2 | 2C | 60 | 40 |
| Octal | 373 | 314 | 114 | 0 | 23 | 106 | 2 | 54 | 140 | 100 |
| Binary | 11111011 | 11001100 | 1001100 | 0 | 10011 | 1000110 | 10 | 101100 | 1100000 | 1000000 |
Color Harmonies of #FBCC4C
Complementary color
Monochromatic Colors of #FBCC4C
Black with #FBCC4C
Text Example
Text Example
White with #FBCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC4C; }
p { color: rgb(251,204,76); }
H1.HeaderClassName
{
color: #FBCC4C;
}
.AnyTagClassName
{
color: #FBCC4C;
}
</style>
background-color css
<style>
a { background-color: #FBCC4C; }
a { background-color: rgb(251,204,76); }
div.DivClassName
{
background-color: #FBCC4C;
}
.BgClassName
{
background-color: #FBCC4C;
}
</style>
border-color css
<style>
span { border-color: #FBCC4C; }
span { border-color: rgb(251,204,76); }
td.TdClassName
{
border-color: #FBCC4C;
}
.TagClassName
{
border-color: #FBCC4C;
}
</style>