Shades of Kournikova #FECD54
Tints of Kournikova #FECD54
RGB
CMYK
RGB Variations
Color information
#FECD54 (or 0xFECD54) is known color: Kournikova. HEX triplet: FE, CD and 54. RGB value is (254,205,84). Sum of RGB (Red+Green+Blue) = 254+205+84=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD54 is #0132AB. Grayscale: #CECECE. Windows color (decimal): -78508 or 5557758. OLE color: 5557758.
HSL color Cylindrical-coordinate representation of color #FECD54: hue angle of 42.71º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FECD54 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 84 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.00 |
| HSL | 42.71º | 0.99% | 0.66% | - |
| HSV(B) | 42.71º | 0.67% | 1% | - |
| XYZ | 64.3 | 65.37 | 17.62 | - |
| YUV | 205.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 84 | 0 | 0.19 | 0.67 | 0.00 | 42.71 | 0.99 | 0.66 |
| Hex | FE | CD | 54 | 0 | 13 | 43 | 0 | 2B | 63 | 42 |
| Octal | 376 | 315 | 124 | 0 | 23 | 103 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001101 | 1010100 | 0 | 10011 | 1000011 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECD54
Complementary color
Monochromatic Colors of #FECD54
Black with #FECD54
Text Example
Text Example
White with #FECD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD54; }
p { color: rgb(254,205,84); }
H1.HeaderClassName
{
color: #FECD54;
}
.AnyTagClassName
{
color: #FECD54;
}
</style>
background-color css
<style>
a { background-color: #FECD54; }
a { background-color: rgb(254,205,84); }
div.DivClassName
{
background-color: #FECD54;
}
.BgClassName
{
background-color: #FECD54;
}
</style>
border-color css
<style>
span { border-color: #FECD54; }
span { border-color: rgb(254,205,84); }
td.TdClassName
{
border-color: #FECD54;
}
.TagClassName
{
border-color: #FECD54;
}
</style>