Shades of Kournikova #FCCE50
Tints of Kournikova #FCCE50
RGB
CMYK
RGB Variations
Color information
#FCCE50 (or 0xFCCE50) is known color: Kournikova. HEX triplet: FC, CE and 50. RGB value is (252,206,80). Sum of RGB (Red+Green+Blue) = 252+206+80=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE50 is #0331AF. Grayscale: #CDCDCD. Windows color (decimal): -209328 or 5295868. OLE color: 5295868.
HSL color Cylindrical-coordinate representation of color #FCCE50: hue angle of 43.95º 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 #FCCE50 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 80 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.01 |
| HSL | 43.95º | 0.97% | 0.65% | - |
| HSV(B) | 43.95º | 0.68% | 0.99% | - |
| XYZ | 63.66 | 65.42 | 16.86 | - |
| YUV | 205.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 80 | 0 | 0.18 | 0.68 | 0.01 | 43.95 | 0.97 | 0.65 |
| Hex | FC | CE | 50 | 0 | 12 | 44 | 1 | 2C | 61 | 41 |
| Octal | 374 | 316 | 120 | 0 | 22 | 104 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001110 | 1010000 | 0 | 10010 | 1000100 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCE50
Complementary color
Monochromatic Colors of #FCCE50
Black with #FCCE50
Text Example
Text Example
White with #FCCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE50; }
p { color: rgb(252,206,80); }
H1.HeaderClassName
{
color: #FCCE50;
}
.AnyTagClassName
{
color: #FCCE50;
}
</style>
background-color css
<style>
a { background-color: #FCCE50; }
a { background-color: rgb(252,206,80); }
div.DivClassName
{
background-color: #FCCE50;
}
.BgClassName
{
background-color: #FCCE50;
}
</style>
border-color css
<style>
span { border-color: #FCCE50; }
span { border-color: rgb(252,206,80); }
td.TdClassName
{
border-color: #FCCE50;
}
.TagClassName
{
border-color: #FCCE50;
}
</style>