Shades of Kournikova #FBC85E
Tints of Kournikova #FBC85E
RGB
CMYK
RGB Variations
Color information
#FBC85E (or 0xFBC85E) is known color: Kournikova. HEX triplet: FB, C8 and 5E. RGB value is (251,200,94). Sum of RGB (Red+Green+Blue) = 251+200+94=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC85E is #0437A1. Grayscale: #CBCBCB. Windows color (decimal): -276386 or 6211835. OLE color: 6211835.
HSL color Cylindrical-coordinate representation of color #FBC85E: hue angle of 40.51º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBC85E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 94 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.02 |
| HSL | 40.51º | 0.95% | 0.68% | - |
| HSV(B) | 40.51º | 0.63% | 0.98% | - |
| XYZ | 62.46 | 62.63 | 19.39 | - |
| YUV | 203.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 94 | 0 | 0.20 | 0.63 | 0.02 | 40.51 | 0.95 | 0.68 |
| Hex | FB | C8 | 5E | 0 | 14 | 3F | 2 | 29 | 5F | 44 |
| Octal | 373 | 310 | 136 | 0 | 24 | 77 | 2 | 51 | 137 | 104 |
| Binary | 11111011 | 11001000 | 1011110 | 0 | 10100 | 111111 | 10 | 101001 | 1011111 | 1000100 |
Color Harmonies of #FBC85E
Complementary color
Monochromatic Colors of #FBC85E
Black with #FBC85E
Text Example
Text Example
White with #FBC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC85E; }
p { color: rgb(251,200,94); }
H1.HeaderClassName
{
color: #FBC85E;
}
.AnyTagClassName
{
color: #FBC85E;
}
</style>
background-color css
<style>
a { background-color: #FBC85E; }
a { background-color: rgb(251,200,94); }
div.DivClassName
{
background-color: #FBC85E;
}
.BgClassName
{
background-color: #FBC85E;
}
</style>
border-color css
<style>
span { border-color: #FBC85E; }
span { border-color: rgb(251,200,94); }
td.TdClassName
{
border-color: #FBC85E;
}
.TagClassName
{
border-color: #FBC85E;
}
</style>