Shades of Kournikova #FDCD5D
Tints of Kournikova #FDCD5D
RGB
CMYK
RGB Variations
Color information
#FDCD5D (or 0xFDCD5D) is known color: Kournikova. HEX triplet: FD, CD and 5D. RGB value is (253,205,93). Sum of RGB (Red+Green+Blue) = 253+205+93=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD5D is #0232A2. Grayscale: #CFCFCF. Windows color (decimal): -144035 or 6147581. OLE color: 6147581.
HSL color Cylindrical-coordinate representation of color #FDCD5D: hue angle of 42º degrees, saturation: 0.98, 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 #FDCD5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 93 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.01 |
| HSL | 42º | 0.98% | 0.68% | - |
| HSV(B) | 42º | 0.63% | 0.99% | - |
| XYZ | 64.32 | 65.34 | 19.58 | - |
| YUV | 206.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 93 | 0 | 0.19 | 0.63 | 0.01 | 42 | 0.98 | 0.68 |
| Hex | FD | CD | 5D | 0 | 13 | 3F | 1 | 2A | 62 | 44 |
| Octal | 375 | 315 | 135 | 0 | 23 | 77 | 1 | 52 | 142 | 104 |
| Binary | 11111101 | 11001101 | 1011101 | 0 | 10011 | 111111 | 1 | 101010 | 1100010 | 1000100 |
Color Harmonies of #FDCD5D
Complementary color
Monochromatic Colors of #FDCD5D
Black with #FDCD5D
Text Example
Text Example
White with #FDCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD5D; }
p { color: rgb(253,205,93); }
H1.HeaderClassName
{
color: #FDCD5D;
}
.AnyTagClassName
{
color: #FDCD5D;
}
</style>
background-color css
<style>
a { background-color: #FDCD5D; }
a { background-color: rgb(253,205,93); }
div.DivClassName
{
background-color: #FDCD5D;
}
.BgClassName
{
background-color: #FDCD5D;
}
</style>
border-color css
<style>
span { border-color: #FDCD5D; }
span { border-color: rgb(253,205,93); }
td.TdClassName
{
border-color: #FDCD5D;
}
.TagClassName
{
border-color: #FDCD5D;
}
</style>