Shades of Kournikova #FDCE55
Tints of Kournikova #FDCE55
RGB
CMYK
RGB Variations
Color information
#FDCE55 (or 0xFDCE55) is known color: Kournikova. HEX triplet: FD, CE and 55. RGB value is (253,206,85). Sum of RGB (Red+Green+Blue) = 253+206+85=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE55 is #0231AA. Grayscale: #CECECE. Windows color (decimal): -143787 or 5623549. OLE color: 5623549.
HSL color Cylindrical-coordinate representation of color #FDCE55: hue angle of 43.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDCE55 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 85 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.01 |
| HSL | 43.21º | 0.98% | 0.66% | - |
| HSV(B) | 43.21º | 0.66% | 0.99% | - |
| XYZ | 64.22 | 65.68 | 17.89 | - |
| YUV | 206.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 85 | 0 | 0.19 | 0.66 | 0.01 | 43.21 | 0.98 | 0.66 |
| Hex | FD | CE | 55 | 0 | 13 | 42 | 1 | 2B | 62 | 42 |
| Octal | 375 | 316 | 125 | 0 | 23 | 102 | 1 | 53 | 142 | 102 |
| Binary | 11111101 | 11001110 | 1010101 | 0 | 10011 | 1000010 | 1 | 101011 | 1100010 | 1000010 |
Color Harmonies of #FDCE55
Complementary color
Monochromatic Colors of #FDCE55
Black with #FDCE55
Text Example
Text Example
White with #FDCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE55; }
p { color: rgb(253,206,85); }
H1.HeaderClassName
{
color: #FDCE55;
}
.AnyTagClassName
{
color: #FDCE55;
}
</style>
background-color css
<style>
a { background-color: #FDCE55; }
a { background-color: rgb(253,206,85); }
div.DivClassName
{
background-color: #FDCE55;
}
.BgClassName
{
background-color: #FDCE55;
}
</style>
border-color css
<style>
span { border-color: #FDCE55; }
span { border-color: rgb(253,206,85); }
td.TdClassName
{
border-color: #FDCE55;
}
.TagClassName
{
border-color: #FDCE55;
}
</style>