Shades of Kournikova #FECF4F
Tints of Kournikova #FECF4F
RGB
CMYK
RGB Variations
Color information
#FECF4F (or 0xFECF4F) is known color: Kournikova. HEX triplet: FE, CF and 4F. RGB value is (254,207,79). Sum of RGB (Red+Green+Blue) = 254+207+79=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF4F is #0130B0. Grayscale: #CFCFCF. Windows color (decimal): -78001 or 5230590. OLE color: 5230590.
HSL color Cylindrical-coordinate representation of color #FECF4F: hue angle of 43.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FECF4F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 79 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.00 |
| HSL | 43.89º | 0.99% | 0.65% | - |
| HSV(B) | 43.89º | 0.69% | 1% | - |
| XYZ | 64.6 | 66.26 | 16.78 | - |
| YUV | 206.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 79 | 0 | 0.19 | 0.69 | 0.00 | 43.89 | 0.99 | 0.65 |
| Hex | FE | CF | 4F | 0 | 13 | 45 | 0 | 2C | 63 | 41 |
| Octal | 376 | 317 | 117 | 0 | 23 | 105 | 0 | 54 | 143 | 101 |
| Binary | 11111110 | 11001111 | 1001111 | 0 | 10011 | 1000101 | 0 | 101100 | 1100011 | 1000001 |
Color Harmonies of #FECF4F
Complementary color
Monochromatic Colors of #FECF4F
Black with #FECF4F
Text Example
Text Example
White with #FECF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF4F; }
p { color: rgb(254,207,79); }
H1.HeaderClassName
{
color: #FECF4F;
}
.AnyTagClassName
{
color: #FECF4F;
}
</style>
background-color css
<style>
a { background-color: #FECF4F; }
a { background-color: rgb(254,207,79); }
div.DivClassName
{
background-color: #FECF4F;
}
.BgClassName
{
background-color: #FECF4F;
}
</style>
border-color css
<style>
span { border-color: #FECF4F; }
span { border-color: rgb(254,207,79); }
td.TdClassName
{
border-color: #FECF4F;
}
.TagClassName
{
border-color: #FECF4F;
}
</style>