Shades of Kournikova #FCCD4A
Tints of Kournikova #FCCD4A
RGB
CMYK
RGB Variations
Color information
#FCCD4A (or 0xFCCD4A) is known color: Kournikova. HEX triplet: FC, CD and 4A. RGB value is (252,205,74). Sum of RGB (Red+Green+Blue) = 252+205+74=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD4A is #0332B5. Grayscale: #CCCCCC. Windows color (decimal): -209590 or 4902396. OLE color: 4902396.
HSL color Cylindrical-coordinate representation of color #FCCD4A: hue angle of 44.16º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCCD4A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 74 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.01 |
| HSL | 44.16º | 0.97% | 0.64% | - |
| HSV(B) | 44.16º | 0.71% | 0.99% | - |
| XYZ | 63.21 | 64.85 | 15.66 | - |
| YUV | 204.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 74 | 0 | 0.19 | 0.71 | 0.01 | 44.16 | 0.97 | 0.64 |
| Hex | FC | CD | 4A | 0 | 13 | 47 | 1 | 2C | 61 | 40 |
| Octal | 374 | 315 | 112 | 0 | 23 | 107 | 1 | 54 | 141 | 100 |
| Binary | 11111100 | 11001101 | 1001010 | 0 | 10011 | 1000111 | 1 | 101100 | 1100001 | 1000000 |
Color Harmonies of #FCCD4A
Complementary color
Monochromatic Colors of #FCCD4A
Black with #FCCD4A
Text Example
Text Example
White with #FCCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD4A; }
p { color: rgb(252,205,74); }
H1.HeaderClassName
{
color: #FCCD4A;
}
.AnyTagClassName
{
color: #FCCD4A;
}
</style>
background-color css
<style>
a { background-color: #FCCD4A; }
a { background-color: rgb(252,205,74); }
div.DivClassName
{
background-color: #FCCD4A;
}
.BgClassName
{
background-color: #FCCD4A;
}
</style>
border-color css
<style>
span { border-color: #FCCD4A; }
span { border-color: rgb(252,205,74); }
td.TdClassName
{
border-color: #FCCD4A;
}
.TagClassName
{
border-color: #FCCD4A;
}
</style>