Shades of Kournikova #FCCF4D
Tints of Kournikova #FCCF4D
RGB
CMYK
RGB Variations
Color information
#FCCF4D (or 0xFCCF4D) is known color: Kournikova. HEX triplet: FC, CF and 4D. RGB value is (252,207,77). Sum of RGB (Red+Green+Blue) = 252+207+77=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF4D is #0330B2. Grayscale: #CECECE. Windows color (decimal): -209075 or 5099516. OLE color: 5099516.
HSL color Cylindrical-coordinate representation of color #FCCF4D: hue angle of 44.57º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCCF4D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 77 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.01 |
| HSL | 44.57º | 0.97% | 0.65% | - |
| HSV(B) | 44.57º | 0.69% | 0.99% | - |
| XYZ | 63.8 | 65.86 | 16.37 | - |
| YUV | 205.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 77 | 0 | 0.18 | 0.69 | 0.01 | 44.57 | 0.97 | 0.65 |
| Hex | FC | CF | 4D | 0 | 12 | 45 | 1 | 2D | 61 | 41 |
| Octal | 374 | 317 | 115 | 0 | 22 | 105 | 1 | 55 | 141 | 101 |
| Binary | 11111100 | 11001111 | 1001101 | 0 | 10010 | 1000101 | 1 | 101101 | 1100001 | 1000001 |
Color Harmonies of #FCCF4D
Complementary color
Monochromatic Colors of #FCCF4D
Black with #FCCF4D
Text Example
Text Example
White with #FCCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF4D; }
p { color: rgb(252,207,77); }
H1.HeaderClassName
{
color: #FCCF4D;
}
.AnyTagClassName
{
color: #FCCF4D;
}
</style>
background-color css
<style>
a { background-color: #FCCF4D; }
a { background-color: rgb(252,207,77); }
div.DivClassName
{
background-color: #FCCF4D;
}
.BgClassName
{
background-color: #FCCF4D;
}
</style>
border-color css
<style>
span { border-color: #FCCF4D; }
span { border-color: rgb(252,207,77); }
td.TdClassName
{
border-color: #FCCF4D;
}
.TagClassName
{
border-color: #FCCF4D;
}
</style>