Shades of Kournikova #FDCD46
Tints of Kournikova #FDCD46
RGB
CMYK
RGB Variations
Color information
#FDCD46 (or 0xFDCD46) is known color: Kournikova. HEX triplet: FD, CD and 46. RGB value is (253,205,70). Sum of RGB (Red+Green+Blue) = 253+205+70=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD46 is #0232B9. Grayscale: #CCCCCC. Windows color (decimal): -144058 or 4640253. OLE color: 4640253.
HSL color Cylindrical-coordinate representation of color #FDCD46: hue angle of 44.26º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDCD46 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 70 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.01 |
| HSL | 44.26º | 0.98% | 0.63% | - |
| HSV(B) | 44.26º | 0.72% | 0.99% | - |
| XYZ | 63.44 | 64.99 | 14.99 | - |
| YUV | 203.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 70 | 0 | 0.19 | 0.72 | 0.01 | 44.26 | 0.98 | 0.63 |
| Hex | FD | CD | 46 | 0 | 13 | 48 | 1 | 2C | 62 | 3F |
| Octal | 375 | 315 | 106 | 0 | 23 | 110 | 1 | 54 | 142 | 77 |
| Binary | 11111101 | 11001101 | 1000110 | 0 | 10011 | 1001000 | 1 | 101100 | 1100010 | 111111 |
Color Harmonies of #FDCD46
Complementary color
Monochromatic Colors of #FDCD46
Black with #FDCD46
Text Example
Text Example
White with #FDCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD46; }
p { color: rgb(253,205,70); }
H1.HeaderClassName
{
color: #FDCD46;
}
.AnyTagClassName
{
color: #FDCD46;
}
</style>
background-color css
<style>
a { background-color: #FDCD46; }
a { background-color: rgb(253,205,70); }
div.DivClassName
{
background-color: #FDCD46;
}
.BgClassName
{
background-color: #FDCD46;
}
</style>
border-color css
<style>
span { border-color: #FDCD46; }
span { border-color: rgb(253,205,70); }
td.TdClassName
{
border-color: #FDCD46;
}
.TagClassName
{
border-color: #FDCD46;
}
</style>