Shades of Kournikova #FCCD4E
Tints of Kournikova #FCCD4E
RGB
CMYK
RGB Variations
Color information
#FCCD4E (or 0xFCCD4E) is known color: Kournikova. HEX triplet: FC, CD and 4E. RGB value is (252,205,78). Sum of RGB (Red+Green+Blue) = 252+205+78=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD4E is #0332B1. Grayscale: #CDCDCD. Windows color (decimal): -209586 or 5164540. OLE color: 5164540.
HSL color Cylindrical-coordinate representation of color #FCCD4E: hue angle of 43.79º 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 #FCCD4E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 78 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.01 |
| HSL | 43.79º | 0.97% | 0.65% | - |
| HSV(B) | 43.79º | 0.69% | 0.99% | - |
| XYZ | 63.35 | 64.91 | 16.4 | - |
| YUV | 204.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 78 | 0 | 0.19 | 0.69 | 0.01 | 43.79 | 0.97 | 0.65 |
| Hex | FC | CD | 4E | 0 | 13 | 45 | 1 | 2C | 61 | 41 |
| Octal | 374 | 315 | 116 | 0 | 23 | 105 | 1 | 54 | 141 | 101 |
| Binary | 11111100 | 11001101 | 1001110 | 0 | 10011 | 1000101 | 1 | 101100 | 1100001 | 1000001 |
Color Harmonies of #FCCD4E
Complementary color
Monochromatic Colors of #FCCD4E
Black with #FCCD4E
Text Example
Text Example
White with #FCCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD4E; }
p { color: rgb(252,205,78); }
H1.HeaderClassName
{
color: #FCCD4E;
}
.AnyTagClassName
{
color: #FCCD4E;
}
</style>
background-color css
<style>
a { background-color: #FCCD4E; }
a { background-color: rgb(252,205,78); }
div.DivClassName
{
background-color: #FCCD4E;
}
.BgClassName
{
background-color: #FCCD4E;
}
</style>
border-color css
<style>
span { border-color: #FCCD4E; }
span { border-color: rgb(252,205,78); }
td.TdClassName
{
border-color: #FCCD4E;
}
.TagClassName
{
border-color: #FCCD4E;
}
</style>