Shades of Kournikova #FCCF49
Tints of Kournikova #FCCF49
RGB
CMYK
RGB Variations
Color information
#FCCF49 (or 0xFCCF49) is known color: Kournikova. HEX triplet: FC, CF and 49. RGB value is (252,207,73). Sum of RGB (Red+Green+Blue) = 252+207+73=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF49 is #0330B6. Grayscale: #CDCDCD. Windows color (decimal): -209079 or 4837372. OLE color: 4837372.
HSL color Cylindrical-coordinate representation of color #FCCF49: hue angle of 44.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCCF49 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 73 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.01 |
| HSL | 44.92º | 0.97% | 0.64% | - |
| HSV(B) | 44.92º | 0.71% | 0.99% | - |
| XYZ | 63.66 | 65.8 | 15.65 | - |
| YUV | 205.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 73 | 0 | 0.18 | 0.71 | 0.01 | 44.92 | 0.97 | 0.64 |
| Hex | FC | CF | 49 | 0 | 12 | 47 | 1 | 2D | 61 | 40 |
| Octal | 374 | 317 | 111 | 0 | 22 | 107 | 1 | 55 | 141 | 100 |
| Binary | 11111100 | 11001111 | 1001001 | 0 | 10010 | 1000111 | 1 | 101101 | 1100001 | 1000000 |
Color Harmonies of #FCCF49
Complementary color
Monochromatic Colors of #FCCF49
Black with #FCCF49
Text Example
Text Example
White with #FCCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF49; }
p { color: rgb(252,207,73); }
H1.HeaderClassName
{
color: #FCCF49;
}
.AnyTagClassName
{
color: #FCCF49;
}
</style>
background-color css
<style>
a { background-color: #FCCF49; }
a { background-color: rgb(252,207,73); }
div.DivClassName
{
background-color: #FCCF49;
}
.BgClassName
{
background-color: #FCCF49;
}
</style>
border-color css
<style>
span { border-color: #FCCF49; }
span { border-color: rgb(252,207,73); }
td.TdClassName
{
border-color: #FCCF49;
}
.TagClassName
{
border-color: #FCCF49;
}
</style>