Shades of Kournikova #FECD47
Tints of Kournikova #FECD47
RGB
CMYK
RGB Variations
Color information
#FECD47 (or 0xFECD47) is known color: Kournikova. HEX triplet: FE, CD and 47. RGB value is (254,205,71). Sum of RGB (Red+Green+Blue) = 254+205+71=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD47 is #0132B8. Grayscale: #CCCCCC. Windows color (decimal): -78521 or 4705790. OLE color: 4705790.
HSL color Cylindrical-coordinate representation of color #FECD47: hue angle of 43.93º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FECD47 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 71 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.00 |
| HSL | 43.93º | 0.99% | 0.64% | - |
| HSV(B) | 43.93º | 0.72% | 1% | - |
| XYZ | 63.84 | 65.19 | 15.18 | - |
| YUV | 204.38 | 52.73 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 71 | 0 | 0.19 | 0.72 | 0.00 | 43.93 | 0.99 | 0.64 |
| Hex | FE | CD | 47 | 0 | 13 | 48 | 0 | 2C | 63 | 40 |
| Octal | 376 | 315 | 107 | 0 | 23 | 110 | 0 | 54 | 143 | 100 |
| Binary | 11111110 | 11001101 | 1000111 | 0 | 10011 | 1001000 | 0 | 101100 | 1100011 | 1000000 |
Color Harmonies of #FECD47
Complementary color
Monochromatic Colors of #FECD47
Black with #FECD47
Text Example
Text Example
White with #FECD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD47; }
p { color: rgb(254,205,71); }
H1.HeaderClassName
{
color: #FECD47;
}
.AnyTagClassName
{
color: #FECD47;
}
</style>
background-color css
<style>
a { background-color: #FECD47; }
a { background-color: rgb(254,205,71); }
div.DivClassName
{
background-color: #FECD47;
}
.BgClassName
{
background-color: #FECD47;
}
</style>
border-color css
<style>
span { border-color: #FECD47; }
span { border-color: rgb(254,205,71); }
td.TdClassName
{
border-color: #FECD47;
}
.TagClassName
{
border-color: #FECD47;
}
</style>