Shades of Kournikova #FECF57
Tints of Kournikova #FECF57
RGB
CMYK
RGB Variations
Color information
#FECF57 (or 0xFECF57) is known color: Kournikova. HEX triplet: FE, CF and 57. RGB value is (254,207,87). Sum of RGB (Red+Green+Blue) = 254+207+87=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 87 (34.38% from 255 or 15.88% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF57 is #0130A8. Grayscale: #CFCFCF. Windows color (decimal): -77993 or 5754878. OLE color: 5754878.
HSL color Cylindrical-coordinate representation of color #FECF57: hue angle of 43.11º 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 #FECF57 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 87 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.00 |
| HSL | 43.11º | 0.99% | 0.67% | - |
| HSV(B) | 43.11º | 0.66% | 1% | - |
| XYZ | 64.91 | 66.38 | 18.41 | - |
| YUV | 207.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 87 | 0 | 0.19 | 0.66 | 0.00 | 43.11 | 0.99 | 0.67 |
| Hex | FE | CF | 57 | 0 | 13 | 42 | 0 | 2B | 63 | 43 |
| Octal | 376 | 317 | 127 | 0 | 23 | 102 | 0 | 53 | 143 | 103 |
| Binary | 11111110 | 11001111 | 1010111 | 0 | 10011 | 1000010 | 0 | 101011 | 1100011 | 1000011 |
Color Harmonies of #FECF57
Complementary color
Monochromatic Colors of #FECF57
Black with #FECF57
Text Example
Text Example
White with #FECF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF57; }
p { color: rgb(254,207,87); }
H1.HeaderClassName
{
color: #FECF57;
}
.AnyTagClassName
{
color: #FECF57;
}
</style>
background-color css
<style>
a { background-color: #FECF57; }
a { background-color: rgb(254,207,87); }
div.DivClassName
{
background-color: #FECF57;
}
.BgClassName
{
background-color: #FECF57;
}
</style>
border-color css
<style>
span { border-color: #FECF57; }
span { border-color: rgb(254,207,87); }
td.TdClassName
{
border-color: #FECF57;
}
.TagClassName
{
border-color: #FECF57;
}
</style>