Shades of Kournikova #FCCF4C
Tints of Kournikova #FCCF4C
RGB
CMYK
RGB Variations
Color information
#FCCF4C (or 0xFCCF4C) is known color: Kournikova. HEX triplet: FC, CF and 4C. RGB value is (252,207,76). Sum of RGB (Red+Green+Blue) = 252+207+76=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF4C is #0330B3. Grayscale: #CECECE. Windows color (decimal): -209076 or 5033980. OLE color: 5033980.
HSL color Cylindrical-coordinate representation of color #FCCF4C: hue angle of 44.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCCF4C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 76 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.01 |
| HSL | 44.66º | 0.97% | 0.64% | - |
| HSV(B) | 44.66º | 0.7% | 0.99% | - |
| XYZ | 63.76 | 65.84 | 16.19 | - |
| YUV | 205.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 76 | 0 | 0.18 | 0.70 | 0.01 | 44.66 | 0.97 | 0.64 |
| Hex | FC | CF | 4C | 0 | 12 | 46 | 1 | 2D | 61 | 40 |
| Octal | 374 | 317 | 114 | 0 | 22 | 106 | 1 | 55 | 141 | 100 |
| Binary | 11111100 | 11001111 | 1001100 | 0 | 10010 | 1000110 | 1 | 101101 | 1100001 | 1000000 |
Color Harmonies of #FCCF4C
Complementary color
Monochromatic Colors of #FCCF4C
Black with #FCCF4C
Text Example
Text Example
White with #FCCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF4C; }
p { color: rgb(252,207,76); }
H1.HeaderClassName
{
color: #FCCF4C;
}
.AnyTagClassName
{
color: #FCCF4C;
}
</style>
background-color css
<style>
a { background-color: #FCCF4C; }
a { background-color: rgb(252,207,76); }
div.DivClassName
{
background-color: #FCCF4C;
}
.BgClassName
{
background-color: #FCCF4C;
}
</style>
border-color css
<style>
span { border-color: #FCCF4C; }
span { border-color: rgb(252,207,76); }
td.TdClassName
{
border-color: #FCCF4C;
}
.TagClassName
{
border-color: #FCCF4C;
}
</style>