Shades of Kournikova #FDCD45
Tints of Kournikova #FDCD45
RGB
CMYK
RGB Variations
Color information
#FDCD45 (or 0xFDCD45) is known color: Kournikova. HEX triplet: FD, CD and 45. RGB value is (253,205,69). Sum of RGB (Red+Green+Blue) = 253+205+69=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD45 is #0232BA. Grayscale: #CCCCCC. Windows color (decimal): -144059 or 4574717. OLE color: 4574717.
HSL color Cylindrical-coordinate representation of color #FDCD45: hue angle of 44.35º degrees, saturation: 0.98, 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 #FDCD45 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 69 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.01 |
| HSL | 44.35º | 0.98% | 0.63% | - |
| HSV(B) | 44.35º | 0.73% | 0.99% | - |
| XYZ | 63.41 | 64.97 | 14.83 | - |
| YUV | 203.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 69 | 0 | 0.19 | 0.73 | 0.01 | 44.35 | 0.98 | 0.63 |
| Hex | FD | CD | 45 | 0 | 13 | 49 | 1 | 2C | 62 | 3F |
| Octal | 375 | 315 | 105 | 0 | 23 | 111 | 1 | 54 | 142 | 77 |
| Binary | 11111101 | 11001101 | 1000101 | 0 | 10011 | 1001001 | 1 | 101100 | 1100010 | 111111 |
Color Harmonies of #FDCD45
Complementary color
Monochromatic Colors of #FDCD45
Black with #FDCD45
Text Example
Text Example
White with #FDCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD45; }
p { color: rgb(253,205,69); }
H1.HeaderClassName
{
color: #FDCD45;
}
.AnyTagClassName
{
color: #FDCD45;
}
</style>
background-color css
<style>
a { background-color: #FDCD45; }
a { background-color: rgb(253,205,69); }
div.DivClassName
{
background-color: #FDCD45;
}
.BgClassName
{
background-color: #FDCD45;
}
</style>
border-color css
<style>
span { border-color: #FDCD45; }
span { border-color: rgb(253,205,69); }
td.TdClassName
{
border-color: #FDCD45;
}
.TagClassName
{
border-color: #FDCD45;
}
</style>