Shades of Kournikova #FCCC5D
Tints of Kournikova #FCCC5D
RGB
CMYK
RGB Variations
Color information
#FCCC5D (or 0xFCCC5D) is known color: Kournikova. HEX triplet: FC, CC and 5D. RGB value is (252,204,93). Sum of RGB (Red+Green+Blue) = 252+204+93=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC5D is #0333A2. Grayscale: #CECECE. Windows color (decimal): -209827 or 6147324. OLE color: 6147324.
HSL color Cylindrical-coordinate representation of color #FCCC5D: hue angle of 41.89º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCCC5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 93 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.01 |
| HSL | 41.89º | 0.96% | 0.68% | - |
| HSV(B) | 41.89º | 0.63% | 0.99% | - |
| XYZ | 63.71 | 64.67 | 19.48 | - |
| YUV | 205.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 93 | 0 | 0.19 | 0.63 | 0.01 | 41.89 | 0.96 | 0.68 |
| Hex | FC | CC | 5D | 0 | 13 | 3F | 1 | 2A | 60 | 44 |
| Octal | 374 | 314 | 135 | 0 | 23 | 77 | 1 | 52 | 140 | 104 |
| Binary | 11111100 | 11001100 | 1011101 | 0 | 10011 | 111111 | 1 | 101010 | 1100000 | 1000100 |
Color Harmonies of #FCCC5D
Complementary color
Monochromatic Colors of #FCCC5D
Black with #FCCC5D
Text Example
Text Example
White with #FCCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC5D; }
p { color: rgb(252,204,93); }
H1.HeaderClassName
{
color: #FCCC5D;
}
.AnyTagClassName
{
color: #FCCC5D;
}
</style>
background-color css
<style>
a { background-color: #FCCC5D; }
a { background-color: rgb(252,204,93); }
div.DivClassName
{
background-color: #FCCC5D;
}
.BgClassName
{
background-color: #FCCC5D;
}
</style>
border-color css
<style>
span { border-color: #FCCC5D; }
span { border-color: rgb(252,204,93); }
td.TdClassName
{
border-color: #FCCC5D;
}
.TagClassName
{
border-color: #FCCC5D;
}
</style>