Shades of Kournikova #FCCF59
Tints of Kournikova #FCCF59
RGB
CMYK
RGB Variations
Color information
#FCCF59 (or 0xFCCF59) is known color: Kournikova. HEX triplet: FC, CF and 59. RGB value is (252,207,89). Sum of RGB (Red+Green+Blue) = 252+207+89=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF59 is #0330A6. Grayscale: #CFCFCF. Windows color (decimal): -209063 or 5885948. OLE color: 5885948.
HSL color Cylindrical-coordinate representation of color #FCCF59: hue angle of 43.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCCF59 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 89 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.01 |
| HSL | 43.44º | 0.96% | 0.67% | - |
| HSV(B) | 43.44º | 0.65% | 0.99% | - |
| XYZ | 64.26 | 66.04 | 18.81 | - |
| YUV | 207 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 89 | 0 | 0.18 | 0.65 | 0.01 | 43.44 | 0.96 | 0.67 |
| Hex | FC | CF | 59 | 0 | 12 | 41 | 1 | 2B | 60 | 43 |
| Octal | 374 | 317 | 131 | 0 | 22 | 101 | 1 | 53 | 140 | 103 |
| Binary | 11111100 | 11001111 | 1011001 | 0 | 10010 | 1000001 | 1 | 101011 | 1100000 | 1000011 |
Color Harmonies of #FCCF59
Complementary color
Monochromatic Colors of #FCCF59
Black with #FCCF59
Text Example
Text Example
White with #FCCF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF59; }
p { color: rgb(252,207,89); }
H1.HeaderClassName
{
color: #FCCF59;
}
.AnyTagClassName
{
color: #FCCF59;
}
</style>
background-color css
<style>
a { background-color: #FCCF59; }
a { background-color: rgb(252,207,89); }
div.DivClassName
{
background-color: #FCCF59;
}
.BgClassName
{
background-color: #FCCF59;
}
</style>
border-color css
<style>
span { border-color: #FCCF59; }
span { border-color: rgb(252,207,89); }
td.TdClassName
{
border-color: #FCCF59;
}
.TagClassName
{
border-color: #FCCF59;
}
</style>