Shades of Kournikova #FCCE4E
Tints of Kournikova #FCCE4E
RGB
CMYK
RGB Variations
Color information
#FCCE4E (or 0xFCCE4E) is known color: Kournikova. HEX triplet: FC, CE and 4E. RGB value is (252,206,78). Sum of RGB (Red+Green+Blue) = 252+206+78=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE4E is #0331B1. Grayscale: #CDCDCD. Windows color (decimal): -209330 or 5164796. OLE color: 5164796.
HSL color Cylindrical-coordinate representation of color #FCCE4E: hue angle of 44.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCCE4E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 78 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.01 |
| HSL | 44.14º | 0.97% | 0.65% | - |
| HSV(B) | 44.14º | 0.69% | 0.99% | - |
| XYZ | 63.59 | 65.39 | 16.48 | - |
| YUV | 205.16 | 56.24 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 78 | 0 | 0.18 | 0.69 | 0.01 | 44.14 | 0.97 | 0.65 |
| Hex | FC | CE | 4E | 0 | 12 | 45 | 1 | 2C | 61 | 41 |
| Octal | 374 | 316 | 116 | 0 | 22 | 105 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001110 | 1001110 | 0 | 10010 | 1000101 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCE4E
Complementary color
Monochromatic Colors of #FCCE4E
Black with #FCCE4E
Text Example
Text Example
White with #FCCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE4E; }
p { color: rgb(252,206,78); }
H1.HeaderClassName
{
color: #FCCE4E;
}
.AnyTagClassName
{
color: #FCCE4E;
}
</style>
background-color css
<style>
a { background-color: #FCCE4E; }
a { background-color: rgb(252,206,78); }
div.DivClassName
{
background-color: #FCCE4E;
}
.BgClassName
{
background-color: #FCCE4E;
}
</style>
border-color css
<style>
span { border-color: #FCCE4E; }
span { border-color: rgb(252,206,78); }
td.TdClassName
{
border-color: #FCCE4E;
}
.TagClassName
{
border-color: #FCCE4E;
}
</style>