Shades of Kournikova #F8C961
Tints of Kournikova #F8C961
RGB
CMYK
RGB Variations
Color information
#F8C961 (or 0xF8C961) is known color: Kournikova. HEX triplet: F8, C9 and 61. RGB value is (248,201,97). Sum of RGB (Red+Green+Blue) = 248+201+97=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C961 is #07369E. Grayscale: #CBCBCB. Windows color (decimal): -472735 or 6408696. OLE color: 6408696.
HSL color Cylindrical-coordinate representation of color #F8C961: hue angle of 41.32º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8C961 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 97 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.03 |
| HSL | 41.32º | 0.92% | 0.68% | - |
| HSV(B) | 41.32º | 0.61% | 0.97% | - |
| XYZ | 61.76 | 62.59 | 20.14 | - |
| YUV | 203.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 97 | 0 | 0.19 | 0.61 | 0.03 | 41.32 | 0.92 | 0.68 |
| Hex | F8 | C9 | 61 | 0 | 13 | 3D | 3 | 29 | 5C | 44 |
| Octal | 370 | 311 | 141 | 0 | 23 | 75 | 3 | 51 | 134 | 104 |
| Binary | 11111000 | 11001001 | 1100001 | 0 | 10011 | 111101 | 11 | 101001 | 1011100 | 1000100 |
Color Harmonies of #F8C961
Complementary color
Monochromatic Colors of #F8C961
Black with #F8C961
Text Example
Text Example
White with #F8C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C961; }
p { color: rgb(248,201,97); }
H1.HeaderClassName
{
color: #F8C961;
}
.AnyTagClassName
{
color: #F8C961;
}
</style>
background-color css
<style>
a { background-color: #F8C961; }
a { background-color: rgb(248,201,97); }
div.DivClassName
{
background-color: #F8C961;
}
.BgClassName
{
background-color: #F8C961;
}
</style>
border-color css
<style>
span { border-color: #F8C961; }
span { border-color: rgb(248,201,97); }
td.TdClassName
{
border-color: #F8C961;
}
.TagClassName
{
border-color: #F8C961;
}
</style>