Shades of Kournikova #F9CB61
Tints of Kournikova #F9CB61
RGB
CMYK
RGB Variations
Color information
#F9CB61 (or 0xF9CB61) is known color: Kournikova. HEX triplet: F9, CB and 61. RGB value is (249,203,97). Sum of RGB (Red+Green+Blue) = 249+203+97=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB61 is #06349E. Grayscale: #CDCDCD. Windows color (decimal): -406687 or 6409209. OLE color: 6409209.
HSL color Cylindrical-coordinate representation of color #F9CB61: hue angle of 41.84º 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 #F9CB61 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 97 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.02 |
| HSL | 41.84º | 0.93% | 0.68% | - |
| HSV(B) | 41.84º | 0.61% | 0.98% | - |
| XYZ | 62.58 | 63.71 | 20.31 | - |
| YUV | 204.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 97 | 0 | 0.18 | 0.61 | 0.02 | 41.84 | 0.93 | 0.68 |
| Hex | F9 | CB | 61 | 0 | 12 | 3D | 2 | 2A | 5D | 44 |
| Octal | 371 | 313 | 141 | 0 | 22 | 75 | 2 | 52 | 135 | 104 |
| Binary | 11111001 | 11001011 | 1100001 | 0 | 10010 | 111101 | 10 | 101010 | 1011101 | 1000100 |
Color Harmonies of #F9CB61
Complementary color
Monochromatic Colors of #F9CB61
Black with #F9CB61
Text Example
Text Example
White with #F9CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB61; }
p { color: rgb(249,203,97); }
H1.HeaderClassName
{
color: #F9CB61;
}
.AnyTagClassName
{
color: #F9CB61;
}
</style>
background-color css
<style>
a { background-color: #F9CB61; }
a { background-color: rgb(249,203,97); }
div.DivClassName
{
background-color: #F9CB61;
}
.BgClassName
{
background-color: #F9CB61;
}
</style>
border-color css
<style>
span { border-color: #F9CB61; }
span { border-color: rgb(249,203,97); }
td.TdClassName
{
border-color: #F9CB61;
}
.TagClassName
{
border-color: #F9CB61;
}
</style>