Shades of Kournikova #FECF55
Tints of Kournikova #FECF55
RGB
CMYK
RGB Variations
Color information
#FECF55 (or 0xFECF55) is known color: Kournikova. HEX triplet: FE, CF and 55. RGB value is (254,207,85). Sum of RGB (Red+Green+Blue) = 254+207+85=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF55 is #0130AA. Grayscale: #CFCFCF. Windows color (decimal): -77995 or 5623806. OLE color: 5623806.
HSL color Cylindrical-coordinate representation of color #FECF55: hue angle of 43.31º 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 #FECF55 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 85 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.00 |
| HSL | 43.31º | 0.99% | 0.66% | - |
| HSV(B) | 43.31º | 0.67% | 1% | - |
| XYZ | 64.83 | 66.35 | 17.98 | - |
| YUV | 207.15 | 59.07 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 85 | 0 | 0.19 | 0.67 | 0.00 | 43.31 | 0.99 | 0.66 |
| Hex | FE | CF | 55 | 0 | 13 | 43 | 0 | 2B | 63 | 42 |
| Octal | 376 | 317 | 125 | 0 | 23 | 103 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001111 | 1010101 | 0 | 10011 | 1000011 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECF55
Complementary color
Monochromatic Colors of #FECF55
Black with #FECF55
Text Example
Text Example
White with #FECF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF55; }
p { color: rgb(254,207,85); }
H1.HeaderClassName
{
color: #FECF55;
}
.AnyTagClassName
{
color: #FECF55;
}
</style>
background-color css
<style>
a { background-color: #FECF55; }
a { background-color: rgb(254,207,85); }
div.DivClassName
{
background-color: #FECF55;
}
.BgClassName
{
background-color: #FECF55;
}
</style>
border-color css
<style>
span { border-color: #FECF55; }
span { border-color: rgb(254,207,85); }
td.TdClassName
{
border-color: #FECF55;
}
.TagClassName
{
border-color: #FECF55;
}
</style>