Shades of Kournikova #FDD652
Tints of Kournikova #FDD652
RGB
CMYK
RGB Variations
Color information
#FDD652 (or 0xFDD652) is known color: Kournikova. HEX triplet: FD, D6 and 52. RGB value is (253,214,82). Sum of RGB (Red+Green+Blue) = 253+214+82=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD652 is #0229AD. Grayscale: #D3D3D3. Windows color (decimal): -141742 or 5428989. OLE color: 5428989.
HSL color Cylindrical-coordinate representation of color #FDD652: hue angle of 46.32º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDD652 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 82 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.01 |
| HSL | 46.32º | 0.98% | 0.66% | - |
| HSV(B) | 46.32º | 0.68% | 0.99% | - |
| XYZ | 66.08 | 69.58 | 17.93 | - |
| YUV | 210.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 82 | 0 | 0.15 | 0.68 | 0.01 | 46.32 | 0.98 | 0.66 |
| Hex | FD | D6 | 52 | 0 | F | 44 | 1 | 2E | 62 | 42 |
| Octal | 375 | 326 | 122 | 0 | 17 | 104 | 1 | 56 | 142 | 102 |
| Binary | 11111101 | 11010110 | 1010010 | 0 | 1111 | 1000100 | 1 | 101110 | 1100010 | 1000010 |
Color Harmonies of #FDD652
Complementary color
Monochromatic Colors of #FDD652
Black with #FDD652
Text Example
Text Example
White with #FDD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD652; }
p { color: rgb(253,214,82); }
H1.HeaderClassName
{
color: #FDD652;
}
.AnyTagClassName
{
color: #FDD652;
}
</style>
background-color css
<style>
a { background-color: #FDD652; }
a { background-color: rgb(253,214,82); }
div.DivClassName
{
background-color: #FDD652;
}
.BgClassName
{
background-color: #FDD652;
}
</style>
border-color css
<style>
span { border-color: #FDD652; }
span { border-color: rgb(253,214,82); }
td.TdClassName
{
border-color: #FDD652;
}
.TagClassName
{
border-color: #FDD652;
}
</style>