Shades of Kournikova #FDD345
Tints of Kournikova #FDD345
RGB
CMYK
RGB Variations
Color information
#FDD345 (or 0xFDD345) is known color: Kournikova. HEX triplet: FD, D3 and 45. RGB value is (253,211,69). Sum of RGB (Red+Green+Blue) = 253+211+69=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD345 is #022CBA. Grayscale: #CFCFCF. Windows color (decimal): -142523 or 4576253. OLE color: 4576253.
HSL color Cylindrical-coordinate representation of color #FDD345: hue angle of 46.3º 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 #FDD345 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.01 |
| HSL | 46.3º | 0.98% | 0.63% | - |
| HSV(B) | 46.3º | 0.73% | 0.99% | - |
| XYZ | 64.88 | 67.9 | 15.32 | - |
| YUV | 207.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 69 | 0 | 0.17 | 0.73 | 0.01 | 46.3 | 0.98 | 0.63 |
| Hex | FD | D3 | 45 | 0 | 11 | 49 | 1 | 2E | 62 | 3F |
| Octal | 375 | 323 | 105 | 0 | 21 | 111 | 1 | 56 | 142 | 77 |
| Binary | 11111101 | 11010011 | 1000101 | 0 | 10001 | 1001001 | 1 | 101110 | 1100010 | 111111 |
Color Harmonies of #FDD345
Complementary color
Monochromatic Colors of #FDD345
Black with #FDD345
Text Example
Text Example
White with #FDD345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD345; }
p { color: rgb(253,211,69); }
H1.HeaderClassName
{
color: #FDD345;
}
.AnyTagClassName
{
color: #FDD345;
}
</style>
background-color css
<style>
a { background-color: #FDD345; }
a { background-color: rgb(253,211,69); }
div.DivClassName
{
background-color: #FDD345;
}
.BgClassName
{
background-color: #FDD345;
}
</style>
border-color css
<style>
span { border-color: #FDD345; }
span { border-color: rgb(253,211,69); }
td.TdClassName
{
border-color: #FDD345;
}
.TagClassName
{
border-color: #FDD345;
}
</style>