Shades of Kournikova #FCCF5D
Tints of Kournikova #FCCF5D
RGB
CMYK
RGB Variations
Color information
#FCCF5D (or 0xFCCF5D) is known color: Kournikova. HEX triplet: FC, CF and 5D. RGB value is (252,207,93). Sum of RGB (Red+Green+Blue) = 252+207+93=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF5D is #0330A2. Grayscale: #CFCFCF. Windows color (decimal): -209059 or 6148092. OLE color: 6148092.
HSL color Cylindrical-coordinate representation of color #FCCF5D: hue angle of 43.02º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCCF5D is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 93 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.01 |
| HSL | 43.02º | 0.96% | 0.68% | - |
| HSV(B) | 43.02º | 0.63% | 0.99% | - |
| XYZ | 64.43 | 66.11 | 19.72 | - |
| YUV | 207.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 93 | 0 | 0.18 | 0.63 | 0.01 | 43.02 | 0.96 | 0.68 |
| Hex | FC | CF | 5D | 0 | 12 | 3F | 1 | 2B | 60 | 44 |
| Octal | 374 | 317 | 135 | 0 | 22 | 77 | 1 | 53 | 140 | 104 |
| Binary | 11111100 | 11001111 | 1011101 | 0 | 10010 | 111111 | 1 | 101011 | 1100000 | 1000100 |
Color Harmonies of #FCCF5D
Complementary color
Monochromatic Colors of #FCCF5D
Black with #FCCF5D
Text Example
Text Example
White with #FCCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF5D; }
p { color: rgb(252,207,93); }
H1.HeaderClassName
{
color: #FCCF5D;
}
.AnyTagClassName
{
color: #FCCF5D;
}
</style>
background-color css
<style>
a { background-color: #FCCF5D; }
a { background-color: rgb(252,207,93); }
div.DivClassName
{
background-color: #FCCF5D;
}
.BgClassName
{
background-color: #FCCF5D;
}
</style>
border-color css
<style>
span { border-color: #FCCF5D; }
span { border-color: rgb(252,207,93); }
td.TdClassName
{
border-color: #FCCF5D;
}
.TagClassName
{
border-color: #FCCF5D;
}
</style>