Shades of Kournikova #FDCD57
Tints of Kournikova #FDCD57
RGB
CMYK
RGB Variations
Color information
#FDCD57 (or 0xFDCD57) is known color: Kournikova. HEX triplet: FD, CD and 57. RGB value is (253,205,87). Sum of RGB (Red+Green+Blue) = 253+205+87=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD57 is #0232A8. Grayscale: #CECECE. Windows color (decimal): -144041 or 5754365. OLE color: 5754365.
HSL color Cylindrical-coordinate representation of color #FDCD57: hue angle of 42.65º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDCD57 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 87 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.01 |
| HSL | 42.65º | 0.98% | 0.67% | - |
| HSV(B) | 42.65º | 0.66% | 0.99% | - |
| XYZ | 64.06 | 65.23 | 18.23 | - |
| YUV | 205.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 87 | 0 | 0.19 | 0.66 | 0.01 | 42.65 | 0.98 | 0.67 |
| Hex | FD | CD | 57 | 0 | 13 | 42 | 1 | 2B | 62 | 43 |
| Octal | 375 | 315 | 127 | 0 | 23 | 102 | 1 | 53 | 142 | 103 |
| Binary | 11111101 | 11001101 | 1010111 | 0 | 10011 | 1000010 | 1 | 101011 | 1100010 | 1000011 |
Color Harmonies of #FDCD57
Complementary color
Monochromatic Colors of #FDCD57
Black with #FDCD57
Text Example
Text Example
White with #FDCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD57; }
p { color: rgb(253,205,87); }
H1.HeaderClassName
{
color: #FDCD57;
}
.AnyTagClassName
{
color: #FDCD57;
}
</style>
background-color css
<style>
a { background-color: #FDCD57; }
a { background-color: rgb(253,205,87); }
div.DivClassName
{
background-color: #FDCD57;
}
.BgClassName
{
background-color: #FDCD57;
}
</style>
border-color css
<style>
span { border-color: #FDCD57; }
span { border-color: rgb(253,205,87); }
td.TdClassName
{
border-color: #FDCD57;
}
.TagClassName
{
border-color: #FDCD57;
}
</style>