Shades of Kournikova #FECF46
Tints of Kournikova #FECF46
RGB
CMYK
RGB Variations
Color information
#FECF46 (or 0xFECF46) is known color: Kournikova. HEX triplet: FE, CF and 46. RGB value is (254,207,70). Sum of RGB (Red+Green+Blue) = 254+207+70=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF46 is #0130B9. Grayscale: #CECECE. Windows color (decimal): -78010 or 4640766. OLE color: 4640766.
HSL color Cylindrical-coordinate representation of color #FECF46: hue angle of 44.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FECF46 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 70 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.00 |
| HSL | 44.67º | 0.99% | 0.64% | - |
| HSV(B) | 44.67º | 0.72% | 1% | - |
| XYZ | 64.29 | 66.14 | 15.17 | - |
| YUV | 205.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 70 | 0 | 0.19 | 0.72 | 0.00 | 44.67 | 0.99 | 0.64 |
| Hex | FE | CF | 46 | 0 | 13 | 48 | 0 | 2D | 63 | 40 |
| Octal | 376 | 317 | 106 | 0 | 23 | 110 | 0 | 55 | 143 | 100 |
| Binary | 11111110 | 11001111 | 1000110 | 0 | 10011 | 1001000 | 0 | 101101 | 1100011 | 1000000 |
Color Harmonies of #FECF46
Complementary color
Monochromatic Colors of #FECF46
Black with #FECF46
Text Example
Text Example
White with #FECF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF46; }
p { color: rgb(254,207,70); }
H1.HeaderClassName
{
color: #FECF46;
}
.AnyTagClassName
{
color: #FECF46;
}
</style>
background-color css
<style>
a { background-color: #FECF46; }
a { background-color: rgb(254,207,70); }
div.DivClassName
{
background-color: #FECF46;
}
.BgClassName
{
background-color: #FECF46;
}
</style>
border-color css
<style>
span { border-color: #FECF46; }
span { border-color: rgb(254,207,70); }
td.TdClassName
{
border-color: #FECF46;
}
.TagClassName
{
border-color: #FECF46;
}
</style>