Shades of Kournikova #FCCE4D
Tints of Kournikova #FCCE4D
RGB
CMYK
RGB Variations
Color information
#FCCE4D (or 0xFCCE4D) is known color: Kournikova. HEX triplet: FC, CE and 4D. RGB value is (252,206,77). Sum of RGB (Red+Green+Blue) = 252+206+77=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE4D is #0331B2. Grayscale: #CDCDCD. Windows color (decimal): -209331 or 5099260. OLE color: 5099260.
HSL color Cylindrical-coordinate representation of color #FCCE4D: hue angle of 44.23º 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 #FCCE4D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 77 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.01 |
| HSL | 44.23º | 0.97% | 0.65% | - |
| HSV(B) | 44.23º | 0.69% | 0.99% | - |
| XYZ | 63.56 | 65.37 | 16.29 | - |
| YUV | 205.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 77 | 0 | 0.18 | 0.69 | 0.01 | 44.23 | 0.97 | 0.65 |
| Hex | FC | CE | 4D | 0 | 12 | 45 | 1 | 2C | 61 | 41 |
| Octal | 374 | 316 | 115 | 0 | 22 | 105 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001110 | 1001101 | 0 | 10010 | 1000101 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCE4D
Complementary color
Monochromatic Colors of #FCCE4D
Black with #FCCE4D
Text Example
Text Example
White with #FCCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE4D; }
p { color: rgb(252,206,77); }
H1.HeaderClassName
{
color: #FCCE4D;
}
.AnyTagClassName
{
color: #FCCE4D;
}
</style>
background-color css
<style>
a { background-color: #FCCE4D; }
a { background-color: rgb(252,206,77); }
div.DivClassName
{
background-color: #FCCE4D;
}
.BgClassName
{
background-color: #FCCE4D;
}
</style>
border-color css
<style>
span { border-color: #FCCE4D; }
span { border-color: rgb(252,206,77); }
td.TdClassName
{
border-color: #FCCE4D;
}
.TagClassName
{
border-color: #FCCE4D;
}
</style>