Shades of Kournikova #FDD457
Tints of Kournikova #FDD457
RGB
CMYK
RGB Variations
Color information
#FDD457 (or 0xFDD457) is known color: Kournikova. HEX triplet: FD, D4 and 57. RGB value is (253,212,87). Sum of RGB (Red+Green+Blue) = 253+212+87=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 87 (34.38% from 255 or 15.76% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD457 is #022BA8. Grayscale: #D2D2D2. Windows color (decimal): -142249 or 5756157. OLE color: 5756157.
HSL color Cylindrical-coordinate representation of color #FDD457: hue angle of 45.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDD457 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 87 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.01 |
| HSL | 45.18º | 0.98% | 0.67% | - |
| HSV(B) | 45.18º | 0.66% | 0.99% | - |
| XYZ | 65.77 | 68.66 | 18.8 | - |
| YUV | 210.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 87 | 0 | 0.16 | 0.66 | 0.01 | 45.18 | 0.98 | 0.67 |
| Hex | FD | D4 | 57 | 0 | 10 | 42 | 1 | 2D | 62 | 43 |
| Octal | 375 | 324 | 127 | 0 | 20 | 102 | 1 | 55 | 142 | 103 |
| Binary | 11111101 | 11010100 | 1010111 | 0 | 10000 | 1000010 | 1 | 101101 | 1100010 | 1000011 |
Color Harmonies of #FDD457
Complementary color
Monochromatic Colors of #FDD457
Black with #FDD457
Text Example
Text Example
White with #FDD457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD457; }
p { color: rgb(253,212,87); }
H1.HeaderClassName
{
color: #FDD457;
}
.AnyTagClassName
{
color: #FDD457;
}
</style>
background-color css
<style>
a { background-color: #FDD457; }
a { background-color: rgb(253,212,87); }
div.DivClassName
{
background-color: #FDD457;
}
.BgClassName
{
background-color: #FDD457;
}
</style>
border-color css
<style>
span { border-color: #FDD457; }
span { border-color: rgb(253,212,87); }
td.TdClassName
{
border-color: #FDD457;
}
.TagClassName
{
border-color: #FDD457;
}
</style>