Shades of Kournikova #FBC94C
Tints of Kournikova #FBC94C
RGB
CMYK
RGB Variations
Color information
#FBC94C (or 0xFBC94C) is known color: Kournikova. HEX triplet: FB, C9 and 4C. RGB value is (251,201,76). Sum of RGB (Red+Green+Blue) = 251+201+76=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC94C is #0436B3. Grayscale: #CACACA. Windows color (decimal): -276148 or 5032443. OLE color: 5032443.
HSL color Cylindrical-coordinate representation of color #FBC94C: hue angle of 42.86º 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 #FBC94C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 76 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.02 |
| HSL | 42.86º | 0.96% | 0.64% | - |
| HSV(B) | 42.86º | 0.7% | 0.98% | - |
| XYZ | 61.97 | 62.8 | 15.69 | - |
| YUV | 201.7 | 57.07 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 76 | 0 | 0.20 | 0.70 | 0.02 | 42.86 | 0.96 | 0.64 |
| Hex | FB | C9 | 4C | 0 | 14 | 46 | 2 | 2B | 60 | 40 |
| Octal | 373 | 311 | 114 | 0 | 24 | 106 | 2 | 53 | 140 | 100 |
| Binary | 11111011 | 11001001 | 1001100 | 0 | 10100 | 1000110 | 10 | 101011 | 1100000 | 1000000 |
Color Harmonies of #FBC94C
Complementary color
Monochromatic Colors of #FBC94C
Black with #FBC94C
Text Example
Text Example
White with #FBC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC94C; }
p { color: rgb(251,201,76); }
H1.HeaderClassName
{
color: #FBC94C;
}
.AnyTagClassName
{
color: #FBC94C;
}
</style>
background-color css
<style>
a { background-color: #FBC94C; }
a { background-color: rgb(251,201,76); }
div.DivClassName
{
background-color: #FBC94C;
}
.BgClassName
{
background-color: #FBC94C;
}
</style>
border-color css
<style>
span { border-color: #FBC94C; }
span { border-color: rgb(251,201,76); }
td.TdClassName
{
border-color: #FBC94C;
}
.TagClassName
{
border-color: #FBC94C;
}
</style>