Shades of Kournikova #FECD49
Tints of Kournikova #FECD49
RGB
CMYK
RGB Variations
Color information
#FECD49 (or 0xFECD49) is known color: Kournikova. HEX triplet: FE, CD and 49. RGB value is (254,205,73). Sum of RGB (Red+Green+Blue) = 254+205+73=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD49 is #0132B6. Grayscale: #CDCDCD. Windows color (decimal): -78519 or 4836862. OLE color: 4836862.
HSL color Cylindrical-coordinate representation of color #FECD49: hue angle of 43.76º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FECD49 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 73 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.00 |
| HSL | 43.76º | 0.99% | 0.64% | - |
| HSV(B) | 43.76º | 0.71% | 1% | - |
| XYZ | 63.91 | 65.21 | 15.52 | - |
| YUV | 204.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 73 | 0 | 0.19 | 0.71 | 0.00 | 43.76 | 0.99 | 0.64 |
| Hex | FE | CD | 49 | 0 | 13 | 47 | 0 | 2C | 63 | 40 |
| Octal | 376 | 315 | 111 | 0 | 23 | 107 | 0 | 54 | 143 | 100 |
| Binary | 11111110 | 11001101 | 1001001 | 0 | 10011 | 1000111 | 0 | 101100 | 1100011 | 1000000 |
Color Harmonies of #FECD49
Complementary color
Monochromatic Colors of #FECD49
Black with #FECD49
Text Example
Text Example
White with #FECD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD49; }
p { color: rgb(254,205,73); }
H1.HeaderClassName
{
color: #FECD49;
}
.AnyTagClassName
{
color: #FECD49;
}
</style>
background-color css
<style>
a { background-color: #FECD49; }
a { background-color: rgb(254,205,73); }
div.DivClassName
{
background-color: #FECD49;
}
.BgClassName
{
background-color: #FECD49;
}
</style>
border-color css
<style>
span { border-color: #FECD49; }
span { border-color: rgb(254,205,73); }
td.TdClassName
{
border-color: #FECD49;
}
.TagClassName
{
border-color: #FECD49;
}
</style>