Shades of Kournikova #FECD46
Tints of Kournikova #FECD46
RGB
CMYK
RGB Variations
Color information
#FECD46 (or 0xFECD46) is known color: Kournikova. HEX triplet: FE, CD and 46. RGB value is (254,205,70). Sum of RGB (Red+Green+Blue) = 254+205+70=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD46 is #0132B9. Grayscale: #CCCCCC. Windows color (decimal): -78522 or 4640254. OLE color: 4640254.
HSL color Cylindrical-coordinate representation of color #FECD46: hue angle of 44.02º 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 #FECD46 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 70 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.00 |
| HSL | 44.02º | 0.99% | 0.64% | - |
| HSV(B) | 44.02º | 0.72% | 1% | - |
| XYZ | 63.81 | 65.18 | 15.01 | - |
| YUV | 204.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 70 | 0 | 0.19 | 0.72 | 0.00 | 44.02 | 0.99 | 0.64 |
| Hex | FE | CD | 46 | 0 | 13 | 48 | 0 | 2C | 63 | 40 |
| Octal | 376 | 315 | 106 | 0 | 23 | 110 | 0 | 54 | 143 | 100 |
| Binary | 11111110 | 11001101 | 1000110 | 0 | 10011 | 1001000 | 0 | 101100 | 1100011 | 1000000 |
Color Harmonies of #FECD46
Complementary color
Monochromatic Colors of #FECD46
Black with #FECD46
Text Example
Text Example
White with #FECD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD46; }
p { color: rgb(254,205,70); }
H1.HeaderClassName
{
color: #FECD46;
}
.AnyTagClassName
{
color: #FECD46;
}
</style>
background-color css
<style>
a { background-color: #FECD46; }
a { background-color: rgb(254,205,70); }
div.DivClassName
{
background-color: #FECD46;
}
.BgClassName
{
background-color: #FECD46;
}
</style>
border-color css
<style>
span { border-color: #FECD46; }
span { border-color: rgb(254,205,70); }
td.TdClassName
{
border-color: #FECD46;
}
.TagClassName
{
border-color: #FECD46;
}
</style>