Shades of Kournikova #FECF45
Tints of Kournikova #FECF45
RGB
CMYK
RGB Variations
Color information
#FECF45 (or 0xFECF45) is known color: Kournikova. HEX triplet: FE, CF and 45. RGB value is (254,207,69). Sum of RGB (Red+Green+Blue) = 254+207+69=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF45 is #0130BA. Grayscale: #CDCDCD. Windows color (decimal): -78011 or 4575230. OLE color: 4575230.
HSL color Cylindrical-coordinate representation of color #FECF45: hue angle of 44.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FECF45 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 69 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.00 |
| HSL | 44.76º | 0.99% | 0.63% | - |
| HSV(B) | 44.76º | 0.73% | 1% | - |
| XYZ | 64.26 | 66.13 | 15.01 | - |
| YUV | 205.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 69 | 0 | 0.19 | 0.73 | 0.00 | 44.76 | 0.99 | 0.63 |
| Hex | FE | CF | 45 | 0 | 13 | 49 | 0 | 2D | 63 | 3F |
| Octal | 376 | 317 | 105 | 0 | 23 | 111 | 0 | 55 | 143 | 77 |
| Binary | 11111110 | 11001111 | 1000101 | 0 | 10011 | 1001001 | 0 | 101101 | 1100011 | 111111 |
Color Harmonies of #FECF45
Complementary color
Monochromatic Colors of #FECF45
Black with #FECF45
Text Example
Text Example
White with #FECF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF45; }
p { color: rgb(254,207,69); }
H1.HeaderClassName
{
color: #FECF45;
}
.AnyTagClassName
{
color: #FECF45;
}
</style>
background-color css
<style>
a { background-color: #FECF45; }
a { background-color: rgb(254,207,69); }
div.DivClassName
{
background-color: #FECF45;
}
.BgClassName
{
background-color: #FECF45;
}
</style>
border-color css
<style>
span { border-color: #FECF45; }
span { border-color: rgb(254,207,69); }
td.TdClassName
{
border-color: #FECF45;
}
.TagClassName
{
border-color: #FECF45;
}
</style>