Shades of Kournikova #F9CB60
Tints of Kournikova #F9CB60
RGB
CMYK
RGB Variations
Color information
#F9CB60 (or 0xF9CB60) is known color: Kournikova. HEX triplet: F9, CB and 60. RGB value is (249,203,96). Sum of RGB (Red+Green+Blue) = 249+203+96=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB60 is #06349F. Grayscale: #CDCDCD. Windows color (decimal): -406688 or 6343673. OLE color: 6343673.
HSL color Cylindrical-coordinate representation of color #F9CB60: hue angle of 41.96º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9CB60 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 96 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.02 |
| HSL | 41.96º | 0.93% | 0.68% | - |
| HSV(B) | 41.96º | 0.61% | 0.98% | - |
| XYZ | 62.53 | 63.7 | 20.07 | - |
| YUV | 204.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 96 | 0 | 0.18 | 0.61 | 0.02 | 41.96 | 0.93 | 0.68 |
| Hex | F9 | CB | 60 | 0 | 12 | 3D | 2 | 2A | 5D | 44 |
| Octal | 371 | 313 | 140 | 0 | 22 | 75 | 2 | 52 | 135 | 104 |
| Binary | 11111001 | 11001011 | 1100000 | 0 | 10010 | 111101 | 10 | 101010 | 1011101 | 1000100 |
Color Harmonies of #F9CB60
Complementary color
Monochromatic Colors of #F9CB60
Black with #F9CB60
Text Example
Text Example
White with #F9CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB60; }
p { color: rgb(249,203,96); }
H1.HeaderClassName
{
color: #F9CB60;
}
.AnyTagClassName
{
color: #F9CB60;
}
</style>
background-color css
<style>
a { background-color: #F9CB60; }
a { background-color: rgb(249,203,96); }
div.DivClassName
{
background-color: #F9CB60;
}
.BgClassName
{
background-color: #F9CB60;
}
</style>
border-color css
<style>
span { border-color: #F9CB60; }
span { border-color: rgb(249,203,96); }
td.TdClassName
{
border-color: #F9CB60;
}
.TagClassName
{
border-color: #F9CB60;
}
</style>