Shades of Kournikova #FBCE5A
Tints of Kournikova #FBCE5A
RGB
CMYK
RGB Variations
Color information
#FBCE5A (or 0xFBCE5A) is known color: Kournikova. HEX triplet: FB, CE and 5A. RGB value is (251,206,90). Sum of RGB (Red+Green+Blue) = 251+206+90=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE5A is #0431A5. Grayscale: #CECECE. Windows color (decimal): -274854 or 5951227. OLE color: 5951227.
HSL color Cylindrical-coordinate representation of color #FBCE5A: hue angle of 43.23º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBCE5A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 90 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.02 |
| HSL | 43.23º | 0.95% | 0.67% | - |
| HSV(B) | 43.23º | 0.64% | 0.98% | - |
| XYZ | 63.7 | 65.39 | 18.94 | - |
| YUV | 206.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 90 | 0 | 0.18 | 0.64 | 0.02 | 43.23 | 0.95 | 0.67 |
| Hex | FB | CE | 5A | 0 | 12 | 40 | 2 | 2B | 5F | 43 |
| Octal | 373 | 316 | 132 | 0 | 22 | 100 | 2 | 53 | 137 | 103 |
| Binary | 11111011 | 11001110 | 1011010 | 0 | 10010 | 1000000 | 10 | 101011 | 1011111 | 1000011 |
Color Harmonies of #FBCE5A
Complementary color
Monochromatic Colors of #FBCE5A
Black with #FBCE5A
Text Example
Text Example
White with #FBCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE5A; }
p { color: rgb(251,206,90); }
H1.HeaderClassName
{
color: #FBCE5A;
}
.AnyTagClassName
{
color: #FBCE5A;
}
</style>
background-color css
<style>
a { background-color: #FBCE5A; }
a { background-color: rgb(251,206,90); }
div.DivClassName
{
background-color: #FBCE5A;
}
.BgClassName
{
background-color: #FBCE5A;
}
</style>
border-color css
<style>
span { border-color: #FBCE5A; }
span { border-color: rgb(251,206,90); }
td.TdClassName
{
border-color: #FBCE5A;
}
.TagClassName
{
border-color: #FBCE5A;
}
</style>