Shades of Kournikova #FDCE53
Tints of Kournikova #FDCE53
RGB
CMYK
RGB Variations
Color information
#FDCE53 (or 0xFDCE53) is known color: Kournikova. HEX triplet: FD, CE and 53. RGB value is (253,206,83). Sum of RGB (Red+Green+Blue) = 253+206+83=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE53 is #0231AC. Grayscale: #CECECE. Windows color (decimal): -143789 or 5492477. OLE color: 5492477.
HSL color Cylindrical-coordinate representation of color #FDCE53: hue angle of 43.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDCE53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 83 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.01 |
| HSL | 43.41º | 0.98% | 0.66% | - |
| HSV(B) | 43.41º | 0.67% | 0.99% | - |
| XYZ | 64.14 | 65.65 | 17.47 | - |
| YUV | 206.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 83 | 0 | 0.19 | 0.67 | 0.01 | 43.41 | 0.98 | 0.66 |
| Hex | FD | CE | 53 | 0 | 13 | 43 | 1 | 2B | 62 | 42 |
| Octal | 375 | 316 | 123 | 0 | 23 | 103 | 1 | 53 | 142 | 102 |
| Binary | 11111101 | 11001110 | 1010011 | 0 | 10011 | 1000011 | 1 | 101011 | 1100010 | 1000010 |
Color Harmonies of #FDCE53
Complementary color
Monochromatic Colors of #FDCE53
Black with #FDCE53
Text Example
Text Example
White with #FDCE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE53; }
p { color: rgb(253,206,83); }
H1.HeaderClassName
{
color: #FDCE53;
}
.AnyTagClassName
{
color: #FDCE53;
}
</style>
background-color css
<style>
a { background-color: #FDCE53; }
a { background-color: rgb(253,206,83); }
div.DivClassName
{
background-color: #FDCE53;
}
.BgClassName
{
background-color: #FDCE53;
}
</style>
border-color css
<style>
span { border-color: #FDCE53; }
span { border-color: rgb(253,206,83); }
td.TdClassName
{
border-color: #FDCE53;
}
.TagClassName
{
border-color: #FDCE53;
}
</style>