Shades of Kournikova #FECF50
Tints of Kournikova #FECF50
RGB
CMYK
RGB Variations
Color information
#FECF50 (or 0xFECF50) is known color: Kournikova. HEX triplet: FE, CF and 50. RGB value is (254,207,80). Sum of RGB (Red+Green+Blue) = 254+207+80=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF50 is #0130AF. Grayscale: #CFCFCF. Windows color (decimal): -78000 or 5296126. OLE color: 5296126.
HSL color Cylindrical-coordinate representation of color #FECF50: hue angle of 43.79º 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 #FECF50 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 80 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.00 |
| HSL | 43.79º | 0.99% | 0.65% | - |
| HSV(B) | 43.79º | 0.69% | 1% | - |
| XYZ | 64.63 | 66.28 | 16.98 | - |
| YUV | 206.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 80 | 0 | 0.19 | 0.69 | 0.00 | 43.79 | 0.99 | 0.65 |
| Hex | FE | CF | 50 | 0 | 13 | 45 | 0 | 2C | 63 | 41 |
| Octal | 376 | 317 | 120 | 0 | 23 | 105 | 0 | 54 | 143 | 101 |
| Binary | 11111110 | 11001111 | 1010000 | 0 | 10011 | 1000101 | 0 | 101100 | 1100011 | 1000001 |
Color Harmonies of #FECF50
Complementary color
Monochromatic Colors of #FECF50
Black with #FECF50
Text Example
Text Example
White with #FECF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF50; }
p { color: rgb(254,207,80); }
H1.HeaderClassName
{
color: #FECF50;
}
.AnyTagClassName
{
color: #FECF50;
}
</style>
background-color css
<style>
a { background-color: #FECF50; }
a { background-color: rgb(254,207,80); }
div.DivClassName
{
background-color: #FECF50;
}
.BgClassName
{
background-color: #FECF50;
}
</style>
border-color css
<style>
span { border-color: #FECF50; }
span { border-color: rgb(254,207,80); }
td.TdClassName
{
border-color: #FECF50;
}
.TagClassName
{
border-color: #FECF50;
}
</style>