Shades of Kournikova #FCCF50
Tints of Kournikova #FCCF50
RGB
CMYK
RGB Variations
Color information
#FCCF50 (or 0xFCCF50) is known color: Kournikova. HEX triplet: FC, CF and 50. RGB value is (252,207,80). Sum of RGB (Red+Green+Blue) = 252+207+80=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF50 is #0330AF. Grayscale: #CECECE. Windows color (decimal): -209072 or 5296124. OLE color: 5296124.
HSL color Cylindrical-coordinate representation of color #FCCF50: hue angle of 44.3º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCCF50 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 80 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.01 |
| HSL | 44.3º | 0.97% | 0.65% | - |
| HSV(B) | 44.3º | 0.68% | 0.99% | - |
| XYZ | 63.91 | 65.9 | 16.94 | - |
| YUV | 205.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 80 | 0 | 0.18 | 0.68 | 0.01 | 44.3 | 0.97 | 0.65 |
| Hex | FC | CF | 50 | 0 | 12 | 44 | 1 | 2C | 61 | 41 |
| Octal | 374 | 317 | 120 | 0 | 22 | 104 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001111 | 1010000 | 0 | 10010 | 1000100 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCF50
Complementary color
Monochromatic Colors of #FCCF50
Black with #FCCF50
Text Example
Text Example
White with #FCCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF50; }
p { color: rgb(252,207,80); }
H1.HeaderClassName
{
color: #FCCF50;
}
.AnyTagClassName
{
color: #FCCF50;
}
</style>
background-color css
<style>
a { background-color: #FCCF50; }
a { background-color: rgb(252,207,80); }
div.DivClassName
{
background-color: #FCCF50;
}
.BgClassName
{
background-color: #FCCF50;
}
</style>
border-color css
<style>
span { border-color: #FCCF50; }
span { border-color: rgb(252,207,80); }
td.TdClassName
{
border-color: #FCCF50;
}
.TagClassName
{
border-color: #FCCF50;
}
</style>