Shades of Kournikova #FECF51
Tints of Kournikova #FECF51
RGB
CMYK
RGB Variations
Color information
#FECF51 (or 0xFECF51) is known color: Kournikova. HEX triplet: FE, CF and 51. RGB value is (254,207,81). Sum of RGB (Red+Green+Blue) = 254+207+81=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF51 is #0130AE. Grayscale: #CFCFCF. Windows color (decimal): -77999 or 5361662. OLE color: 5361662.
HSL color Cylindrical-coordinate representation of color #FECF51: hue angle of 43.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FECF51 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 81 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.00 |
| HSL | 43.7º | 0.99% | 0.66% | - |
| HSV(B) | 43.7º | 0.68% | 1% | - |
| XYZ | 64.67 | 66.29 | 17.17 | - |
| YUV | 206.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 81 | 0 | 0.19 | 0.68 | 0.00 | 43.7 | 0.99 | 0.66 |
| Hex | FE | CF | 51 | 0 | 13 | 44 | 0 | 2C | 63 | 42 |
| Octal | 376 | 317 | 121 | 0 | 23 | 104 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11001111 | 1010001 | 0 | 10011 | 1000100 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FECF51
Complementary color
Monochromatic Colors of #FECF51
Black with #FECF51
Text Example
Text Example
White with #FECF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF51; }
p { color: rgb(254,207,81); }
H1.HeaderClassName
{
color: #FECF51;
}
.AnyTagClassName
{
color: #FECF51;
}
</style>
background-color css
<style>
a { background-color: #FECF51; }
a { background-color: rgb(254,207,81); }
div.DivClassName
{
background-color: #FECF51;
}
.BgClassName
{
background-color: #FECF51;
}
</style>
border-color css
<style>
span { border-color: #FECF51; }
span { border-color: rgb(254,207,81); }
td.TdClassName
{
border-color: #FECF51;
}
.TagClassName
{
border-color: #FECF51;
}
</style>