Shades of Kournikova #FBCC5E
Tints of Kournikova #FBCC5E
RGB
CMYK
RGB Variations
Color information
#FBCC5E (or 0xFBCC5E) is known color: Kournikova. HEX triplet: FB, CC and 5E. RGB value is (251,204,94). Sum of RGB (Red+Green+Blue) = 251+204+94=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC5E is #0433A1. Grayscale: #CECECE. Windows color (decimal): -275362 or 6212859. OLE color: 6212859.
HSL color Cylindrical-coordinate representation of color #FBCC5E: hue angle of 42.04º 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 #FBCC5E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 94 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.02 |
| HSL | 42.04º | 0.95% | 0.68% | - |
| HSV(B) | 42.04º | 0.63% | 0.98% | - |
| XYZ | 63.4 | 64.5 | 19.7 | - |
| YUV | 205.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 94 | 0 | 0.19 | 0.63 | 0.02 | 42.04 | 0.95 | 0.68 |
| Hex | FB | CC | 5E | 0 | 13 | 3F | 2 | 2A | 5F | 44 |
| Octal | 373 | 314 | 136 | 0 | 23 | 77 | 2 | 52 | 137 | 104 |
| Binary | 11111011 | 11001100 | 1011110 | 0 | 10011 | 111111 | 10 | 101010 | 1011111 | 1000100 |
Color Harmonies of #FBCC5E
Complementary color
Monochromatic Colors of #FBCC5E
Black with #FBCC5E
Text Example
Text Example
White with #FBCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC5E; }
p { color: rgb(251,204,94); }
H1.HeaderClassName
{
color: #FBCC5E;
}
.AnyTagClassName
{
color: #FBCC5E;
}
</style>
background-color css
<style>
a { background-color: #FBCC5E; }
a { background-color: rgb(251,204,94); }
div.DivClassName
{
background-color: #FBCC5E;
}
.BgClassName
{
background-color: #FBCC5E;
}
</style>
border-color css
<style>
span { border-color: #FBCC5E; }
span { border-color: rgb(251,204,94); }
td.TdClassName
{
border-color: #FBCC5E;
}
.TagClassName
{
border-color: #FBCC5E;
}
</style>