Shades of Kournikova #FCCD5C
Tints of Kournikova #FCCD5C
RGB
CMYK
RGB Variations
Color information
#FCCD5C (or 0xFCCD5C) is known color: Kournikova. HEX triplet: FC, CD and 5C. RGB value is (252,205,92). Sum of RGB (Red+Green+Blue) = 252+205+92=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD5C is #0332A3. Grayscale: #CECECE. Windows color (decimal): -209572 or 6082044. OLE color: 6082044.
HSL color Cylindrical-coordinate representation of color #FCCD5C: hue angle of 42.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCCD5C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 92 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.01 |
| HSL | 42.38º | 0.96% | 0.67% | - |
| HSV(B) | 42.38º | 0.63% | 0.99% | - |
| XYZ | 63.91 | 65.13 | 19.33 | - |
| YUV | 206.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 92 | 0 | 0.19 | 0.63 | 0.01 | 42.38 | 0.96 | 0.67 |
| Hex | FC | CD | 5C | 0 | 13 | 3F | 1 | 2A | 60 | 43 |
| Octal | 374 | 315 | 134 | 0 | 23 | 77 | 1 | 52 | 140 | 103 |
| Binary | 11111100 | 11001101 | 1011100 | 0 | 10011 | 111111 | 1 | 101010 | 1100000 | 1000011 |
Color Harmonies of #FCCD5C
Complementary color
Monochromatic Colors of #FCCD5C
Black with #FCCD5C
Text Example
Text Example
White with #FCCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD5C; }
p { color: rgb(252,205,92); }
H1.HeaderClassName
{
color: #FCCD5C;
}
.AnyTagClassName
{
color: #FCCD5C;
}
</style>
background-color css
<style>
a { background-color: #FCCD5C; }
a { background-color: rgb(252,205,92); }
div.DivClassName
{
background-color: #FCCD5C;
}
.BgClassName
{
background-color: #FCCD5C;
}
</style>
border-color css
<style>
span { border-color: #FCCD5C; }
span { border-color: rgb(252,205,92); }
td.TdClassName
{
border-color: #FCCD5C;
}
.TagClassName
{
border-color: #FCCD5C;
}
</style>