Shades of Kournikova #FBCC60
Tints of Kournikova #FBCC60
RGB
CMYK
RGB Variations
Color information
#FBCC60 (or 0xFBCC60) is known color: Kournikova. HEX triplet: FB, CC and 60. RGB value is (251,204,96). Sum of RGB (Red+Green+Blue) = 251+204+96=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC60 is #04339F. Grayscale: #CECECE. Windows color (decimal): -275360 or 6343931. OLE color: 6343931.
HSL color Cylindrical-coordinate representation of color #FBCC60: hue angle of 41.81º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBCC60 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 96 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.02 |
| HSL | 41.81º | 0.95% | 0.68% | - |
| HSV(B) | 41.81º | 0.62% | 0.98% | - |
| XYZ | 63.49 | 64.54 | 20.18 | - |
| YUV | 205.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 96 | 0 | 0.19 | 0.62 | 0.02 | 41.81 | 0.95 | 0.68 |
| Hex | FB | CC | 60 | 0 | 13 | 3E | 2 | 2A | 5F | 44 |
| Octal | 373 | 314 | 140 | 0 | 23 | 76 | 2 | 52 | 137 | 104 |
| Binary | 11111011 | 11001100 | 1100000 | 0 | 10011 | 111110 | 10 | 101010 | 1011111 | 1000100 |
Color Harmonies of #FBCC60
Complementary color
Monochromatic Colors of #FBCC60
Black with #FBCC60
Text Example
Text Example
White with #FBCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC60; }
p { color: rgb(251,204,96); }
H1.HeaderClassName
{
color: #FBCC60;
}
.AnyTagClassName
{
color: #FBCC60;
}
</style>
background-color css
<style>
a { background-color: #FBCC60; }
a { background-color: rgb(251,204,96); }
div.DivClassName
{
background-color: #FBCC60;
}
.BgClassName
{
background-color: #FBCC60;
}
</style>
border-color css
<style>
span { border-color: #FBCC60; }
span { border-color: rgb(251,204,96); }
td.TdClassName
{
border-color: #FBCC60;
}
.TagClassName
{
border-color: #FBCC60;
}
</style>