Shades of Kournikova #FCCD44
Tints of Kournikova #FCCD44
RGB
CMYK
RGB Variations
Color information
#FCCD44 (or 0xFCCD44) is known color: Kournikova. HEX triplet: FC, CD and 44. RGB value is (252,205,68). Sum of RGB (Red+Green+Blue) = 252+205+68=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 68 (26.95% from 255 or 12.95% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD44 is #0332BB. Grayscale: #CCCCCC. Windows color (decimal): -209596 or 4509180. OLE color: 4509180.
HSL color Cylindrical-coordinate representation of color #FCCD44: hue angle of 44.67º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCD44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.01 |
| HSL | 44.67º | 0.97% | 0.63% | - |
| HSV(B) | 44.67º | 0.73% | 0.99% | - |
| XYZ | 63.02 | 64.78 | 14.65 | - |
| YUV | 203.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 68 | 0 | 0.19 | 0.73 | 0.01 | 44.67 | 0.97 | 0.63 |
| Hex | FC | CD | 44 | 0 | 13 | 49 | 1 | 2D | 61 | 3F |
| Octal | 374 | 315 | 104 | 0 | 23 | 111 | 1 | 55 | 141 | 77 |
| Binary | 11111100 | 11001101 | 1000100 | 0 | 10011 | 1001001 | 1 | 101101 | 1100001 | 111111 |
Color Harmonies of #FCCD44
Complementary color
Monochromatic Colors of #FCCD44
Black with #FCCD44
Text Example
Text Example
White with #FCCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD44; }
p { color: rgb(252,205,68); }
H1.HeaderClassName
{
color: #FCCD44;
}
.AnyTagClassName
{
color: #FCCD44;
}
</style>
background-color css
<style>
a { background-color: #FCCD44; }
a { background-color: rgb(252,205,68); }
div.DivClassName
{
background-color: #FCCD44;
}
.BgClassName
{
background-color: #FCCD44;
}
</style>
border-color css
<style>
span { border-color: #FCCD44; }
span { border-color: rgb(252,205,68); }
td.TdClassName
{
border-color: #FCCD44;
}
.TagClassName
{
border-color: #FCCD44;
}
</style>