Shades of Kournikova #FBC94E
Tints of Kournikova #FBC94E
RGB
CMYK
RGB Variations
Color information
#FBC94E (or 0xFBC94E) is known color: Kournikova. HEX triplet: FB, C9 and 4E. RGB value is (251,201,78). Sum of RGB (Red+Green+Blue) = 251+201+78=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC94E is #0436B1. Grayscale: #CACACA. Windows color (decimal): -276146 or 5163515. OLE color: 5163515.
HSL color Cylindrical-coordinate representation of color #FBC94E: hue angle of 42.66º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBC94E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.02 |
| HSL | 42.66º | 0.96% | 0.65% | - |
| HSV(B) | 42.66º | 0.69% | 0.98% | - |
| XYZ | 62.05 | 62.83 | 16.07 | - |
| YUV | 201.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 78 | 0 | 0.20 | 0.69 | 0.02 | 42.66 | 0.96 | 0.65 |
| Hex | FB | C9 | 4E | 0 | 14 | 45 | 2 | 2B | 60 | 41 |
| Octal | 373 | 311 | 116 | 0 | 24 | 105 | 2 | 53 | 140 | 101 |
| Binary | 11111011 | 11001001 | 1001110 | 0 | 10100 | 1000101 | 10 | 101011 | 1100000 | 1000001 |
Color Harmonies of #FBC94E
Complementary color
Monochromatic Colors of #FBC94E
Black with #FBC94E
Text Example
Text Example
White with #FBC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC94E; }
p { color: rgb(251,201,78); }
H1.HeaderClassName
{
color: #FBC94E;
}
.AnyTagClassName
{
color: #FBC94E;
}
</style>
background-color css
<style>
a { background-color: #FBC94E; }
a { background-color: rgb(251,201,78); }
div.DivClassName
{
background-color: #FBC94E;
}
.BgClassName
{
background-color: #FBC94E;
}
</style>
border-color css
<style>
span { border-color: #FBC94E; }
span { border-color: rgb(251,201,78); }
td.TdClassName
{
border-color: #FBC94E;
}
.TagClassName
{
border-color: #FBC94E;
}
</style>