Shades of Kournikova #FCCE4C
Tints of Kournikova #FCCE4C
RGB
CMYK
RGB Variations
Color information
#FCCE4C (or 0xFCCE4C) is known color: Kournikova. HEX triplet: FC, CE and 4C. RGB value is (252,206,76). Sum of RGB (Red+Green+Blue) = 252+206+76=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE4C is #0331B3. Grayscale: #CDCDCD. Windows color (decimal): -209332 or 5033724. OLE color: 5033724.
HSL color Cylindrical-coordinate representation of color #FCCE4C: hue angle of 44.32º 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 #FCCE4C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 76 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.01 |
| HSL | 44.32º | 0.97% | 0.64% | - |
| HSV(B) | 44.32º | 0.7% | 0.99% | - |
| XYZ | 63.52 | 65.36 | 16.11 | - |
| YUV | 204.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 76 | 0 | 0.18 | 0.70 | 0.01 | 44.32 | 0.97 | 0.64 |
| Hex | FC | CE | 4C | 0 | 12 | 46 | 1 | 2C | 61 | 40 |
| Octal | 374 | 316 | 114 | 0 | 22 | 106 | 1 | 54 | 141 | 100 |
| Binary | 11111100 | 11001110 | 1001100 | 0 | 10010 | 1000110 | 1 | 101100 | 1100001 | 1000000 |
Color Harmonies of #FCCE4C
Complementary color
Monochromatic Colors of #FCCE4C
Black with #FCCE4C
Text Example
Text Example
White with #FCCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE4C; }
p { color: rgb(252,206,76); }
H1.HeaderClassName
{
color: #FCCE4C;
}
.AnyTagClassName
{
color: #FCCE4C;
}
</style>
background-color css
<style>
a { background-color: #FCCE4C; }
a { background-color: rgb(252,206,76); }
div.DivClassName
{
background-color: #FCCE4C;
}
.BgClassName
{
background-color: #FCCE4C;
}
</style>
border-color css
<style>
span { border-color: #FCCE4C; }
span { border-color: rgb(252,206,76); }
td.TdClassName
{
border-color: #FCCE4C;
}
.TagClassName
{
border-color: #FCCE4C;
}
</style>