Shades of Kournikova #FECD57
Tints of Kournikova #FECD57
RGB
CMYK
RGB Variations
Color information
#FECD57 (or 0xFECD57) is known color: Kournikova. HEX triplet: FE, CD and 57. RGB value is (254,205,87). Sum of RGB (Red+Green+Blue) = 254+205+87=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 87 (34.38% from 255 or 15.93% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD57 is #0132A8. Grayscale: #CECECE. Windows color (decimal): -78505 or 5754366. OLE color: 5754366.
HSL color Cylindrical-coordinate representation of color #FECD57: hue angle of 42.4º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FECD57 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 87 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.00 |
| HSL | 42.4º | 0.99% | 0.67% | - |
| HSV(B) | 42.4º | 0.66% | 1% | - |
| XYZ | 64.42 | 65.42 | 18.25 | - |
| YUV | 206.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 87 | 0 | 0.19 | 0.66 | 0.00 | 42.4 | 0.99 | 0.67 |
| Hex | FE | CD | 57 | 0 | 13 | 42 | 0 | 2A | 63 | 43 |
| Octal | 376 | 315 | 127 | 0 | 23 | 102 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001101 | 1010111 | 0 | 10011 | 1000010 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECD57
Complementary color
Monochromatic Colors of #FECD57
Black with #FECD57
Text Example
Text Example
White with #FECD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD57; }
p { color: rgb(254,205,87); }
H1.HeaderClassName
{
color: #FECD57;
}
.AnyTagClassName
{
color: #FECD57;
}
</style>
background-color css
<style>
a { background-color: #FECD57; }
a { background-color: rgb(254,205,87); }
div.DivClassName
{
background-color: #FECD57;
}
.BgClassName
{
background-color: #FECD57;
}
</style>
border-color css
<style>
span { border-color: #FECD57; }
span { border-color: rgb(254,205,87); }
td.TdClassName
{
border-color: #FECD57;
}
.TagClassName
{
border-color: #FECD57;
}
</style>