Shades of Kournikova #F9CF55
Tints of Kournikova #F9CF55
RGB
CMYK
RGB Variations
Color information
#F9CF55 (or 0xF9CF55) is known color: Kournikova. HEX triplet: F9, CF and 55. RGB value is (249,207,85). Sum of RGB (Red+Green+Blue) = 249+207+85=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CF55 is #0630AA. Grayscale: #CECECE. Windows color (decimal): -405675 or 5623801. OLE color: 5623801.
HSL color Cylindrical-coordinate representation of color #F9CF55: hue angle of 44.63º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9CF55 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 85 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.02 |
| HSL | 44.63º | 0.93% | 0.65% | - |
| HSV(B) | 44.63º | 0.66% | 0.98% | - |
| XYZ | 63.02 | 65.42 | 17.9 | - |
| YUV | 205.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 85 | 0 | 0.17 | 0.66 | 0.02 | 44.63 | 0.93 | 0.65 |
| Hex | F9 | CF | 55 | 0 | 11 | 42 | 2 | 2D | 5D | 41 |
| Octal | 371 | 317 | 125 | 0 | 21 | 102 | 2 | 55 | 135 | 101 |
| Binary | 11111001 | 11001111 | 1010101 | 0 | 10001 | 1000010 | 10 | 101101 | 1011101 | 1000001 |
Color Harmonies of #F9CF55
Complementary color
Monochromatic Colors of #F9CF55
Black with #F9CF55
Text Example
Text Example
White with #F9CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF55; }
p { color: rgb(249,207,85); }
H1.HeaderClassName
{
color: #F9CF55;
}
.AnyTagClassName
{
color: #F9CF55;
}
</style>
background-color css
<style>
a { background-color: #F9CF55; }
a { background-color: rgb(249,207,85); }
div.DivClassName
{
background-color: #F9CF55;
}
.BgClassName
{
background-color: #F9CF55;
}
</style>
border-color css
<style>
span { border-color: #F9CF55; }
span { border-color: rgb(249,207,85); }
td.TdClassName
{
border-color: #F9CF55;
}
.TagClassName
{
border-color: #F9CF55;
}
</style>