Shades of Kournikova #FCCF46
Tints of Kournikova #FCCF46
RGB
CMYK
RGB Variations
Color information
#FCCF46 (or 0xFCCF46) is known color: Kournikova. HEX triplet: FC, CF and 46. RGB value is (252,207,70). Sum of RGB (Red+Green+Blue) = 252+207+70=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF46 is #0330B9. Grayscale: #CDCDCD. Windows color (decimal): -209082 or 4640764. OLE color: 4640764.
HSL color Cylindrical-coordinate representation of color #FCCF46: hue angle of 45.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCCF46 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 70 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.01 |
| HSL | 45.16º | 0.97% | 0.63% | - |
| HSV(B) | 45.16º | 0.72% | 0.99% | - |
| XYZ | 63.56 | 65.76 | 15.14 | - |
| YUV | 204.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 70 | 0 | 0.18 | 0.72 | 0.01 | 45.16 | 0.97 | 0.63 |
| Hex | FC | CF | 46 | 0 | 12 | 48 | 1 | 2D | 61 | 3F |
| Octal | 374 | 317 | 106 | 0 | 22 | 110 | 1 | 55 | 141 | 77 |
| Binary | 11111100 | 11001111 | 1000110 | 0 | 10010 | 1001000 | 1 | 101101 | 1100001 | 111111 |
Color Harmonies of #FCCF46
Complementary color
Monochromatic Colors of #FCCF46
Black with #FCCF46
Text Example
Text Example
White with #FCCF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF46; }
p { color: rgb(252,207,70); }
H1.HeaderClassName
{
color: #FCCF46;
}
.AnyTagClassName
{
color: #FCCF46;
}
</style>
background-color css
<style>
a { background-color: #FCCF46; }
a { background-color: rgb(252,207,70); }
div.DivClassName
{
background-color: #FCCF46;
}
.BgClassName
{
background-color: #FCCF46;
}
</style>
border-color css
<style>
span { border-color: #FCCF46; }
span { border-color: rgb(252,207,70); }
td.TdClassName
{
border-color: #FCCF46;
}
.TagClassName
{
border-color: #FCCF46;
}
</style>