Shades of Kournikova #FECF54
Tints of Kournikova #FECF54
RGB
CMYK
RGB Variations
Color information
#FECF54 (or 0xFECF54) is known color: Kournikova. HEX triplet: FE, CF and 54. RGB value is (254,207,84). Sum of RGB (Red+Green+Blue) = 254+207+84=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 84 (33.20% from 255 or 15.41% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF54 is #0130AB. Grayscale: #CFCFCF. Windows color (decimal): -77996 or 5558270. OLE color: 5558270.
HSL color Cylindrical-coordinate representation of color #FECF54: hue angle of 43.41º 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 #FECF54 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 84 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.00 |
| HSL | 43.41º | 0.99% | 0.66% | - |
| HSV(B) | 43.41º | 0.67% | 1% | - |
| XYZ | 64.79 | 66.34 | 17.78 | - |
| YUV | 207.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 84 | 0 | 0.19 | 0.67 | 0.00 | 43.41 | 0.99 | 0.66 |
| Hex | FE | CF | 54 | 0 | 13 | 43 | 0 | 2B | 63 | 42 |
| Octal | 376 | 317 | 124 | 0 | 23 | 103 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001111 | 1010100 | 0 | 10011 | 1000011 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECF54
Complementary color
Monochromatic Colors of #FECF54
Black with #FECF54
Text Example
Text Example
White with #FECF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF54; }
p { color: rgb(254,207,84); }
H1.HeaderClassName
{
color: #FECF54;
}
.AnyTagClassName
{
color: #FECF54;
}
</style>
background-color css
<style>
a { background-color: #FECF54; }
a { background-color: rgb(254,207,84); }
div.DivClassName
{
background-color: #FECF54;
}
.BgClassName
{
background-color: #FECF54;
}
</style>
border-color css
<style>
span { border-color: #FECF54; }
span { border-color: rgb(254,207,84); }
td.TdClassName
{
border-color: #FECF54;
}
.TagClassName
{
border-color: #FECF54;
}
</style>