Shades of Kournikova #FFCF59
Tints of Kournikova #FFCF59
RGB
CMYK
RGB Variations
Color information
#FFCF59 (or 0xFFCF59) is known color: Kournikova. HEX triplet: FF, CF and 59. RGB value is (255,207,89). Sum of RGB (Red+Green+Blue) = 255+207+89=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF59 is #0030A6. Grayscale: #D0D0D0. Windows color (decimal): -12455 or 5885951. OLE color: 5885951.
HSL color Cylindrical-coordinate representation of color #FFCF59: hue angle of 42.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFCF59 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 89 | - |
| CMYK | 0 | 0.19 | 0.65 | 0 |
| HSL | 42.65º | 1% | 0.67% | - |
| HSV(B) | 42.65º | 0.65% | 1% | - |
| XYZ | 65.36 | 66.61 | 18.86 | - |
| YUV | 207.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 89 | 0 | 0.19 | 0.65 | 0 | 42.65 | 1 | 0.67 |
| Hex | FF | CF | 59 | 0 | 13 | 41 | 0 | 2B | 64 | 43 |
| Octal | 377 | 317 | 131 | 0 | 23 | 101 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11001111 | 1011001 | 0 | 10011 | 1000001 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFCF59
Complementary color
Monochromatic Colors of #FFCF59
Black with #FFCF59
Text Example
Text Example
White with #FFCF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF59; }
p { color: rgb(255,207,89); }
H1.HeaderClassName
{
color: #FFCF59;
}
.AnyTagClassName
{
color: #FFCF59;
}
</style>
background-color css
<style>
a { background-color: #FFCF59; }
a { background-color: rgb(255,207,89); }
div.DivClassName
{
background-color: #FFCF59;
}
.BgClassName
{
background-color: #FFCF59;
}
</style>
border-color css
<style>
span { border-color: #FFCF59; }
span { border-color: rgb(255,207,89); }
td.TdClassName
{
border-color: #FFCF59;
}
.TagClassName
{
border-color: #FFCF59;
}
</style>