Shades of Kournikova #FDD451
Tints of Kournikova #FDD451
RGB
CMYK
RGB Variations
Color information
#FDD451 (or 0xFDD451) is known color: Kournikova. HEX triplet: FD, D4 and 51. RGB value is (253,212,81). Sum of RGB (Red+Green+Blue) = 253+212+81=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 81 (32.03% from 255 or 14.84% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD451 is #022BAE. Grayscale: #D1D1D1. Windows color (decimal): -142255 or 5362941. OLE color: 5362941.
HSL color Cylindrical-coordinate representation of color #FDD451: hue angle of 45.7º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDD451 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.01 |
| HSL | 45.7º | 0.98% | 0.65% | - |
| HSV(B) | 45.7º | 0.68% | 0.99% | - |
| XYZ | 65.54 | 68.56 | 17.56 | - |
| YUV | 209.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 81 | 0 | 0.16 | 0.68 | 0.01 | 45.7 | 0.98 | 0.65 |
| Hex | FD | D4 | 51 | 0 | 10 | 44 | 1 | 2E | 62 | 41 |
| Octal | 375 | 324 | 121 | 0 | 20 | 104 | 1 | 56 | 142 | 101 |
| Binary | 11111101 | 11010100 | 1010001 | 0 | 10000 | 1000100 | 1 | 101110 | 1100010 | 1000001 |
Color Harmonies of #FDD451
Complementary color
Monochromatic Colors of #FDD451
Black with #FDD451
Text Example
Text Example
White with #FDD451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD451; }
p { color: rgb(253,212,81); }
H1.HeaderClassName
{
color: #FDD451;
}
.AnyTagClassName
{
color: #FDD451;
}
</style>
background-color css
<style>
a { background-color: #FDD451; }
a { background-color: rgb(253,212,81); }
div.DivClassName
{
background-color: #FDD451;
}
.BgClassName
{
background-color: #FDD451;
}
</style>
border-color css
<style>
span { border-color: #FDD451; }
span { border-color: rgb(253,212,81); }
td.TdClassName
{
border-color: #FDD451;
}
.TagClassName
{
border-color: #FDD451;
}
</style>