Shades of Kournikova #FECB49
Tints of Kournikova #FECB49
RGB
CMYK
RGB Variations
Color information
#FECB49 (or 0xFECB49) is known color: Kournikova. HEX triplet: FE, CB and 49. RGB value is (254,203,73). Sum of RGB (Red+Green+Blue) = 254+203+73=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB49 is #0134B6. Grayscale: #CCCCCC. Windows color (decimal): -79031 or 4836350. OLE color: 4836350.
HSL color Cylindrical-coordinate representation of color #FECB49: hue angle of 43.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FECB49 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.00 |
| HSL | 43.09º | 0.99% | 0.64% | - |
| HSV(B) | 43.09º | 0.71% | 1% | - |
| XYZ | 63.43 | 64.26 | 15.36 | - |
| YUV | 203.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 73 | 0 | 0.20 | 0.71 | 0.00 | 43.09 | 0.99 | 0.64 |
| Hex | FE | CB | 49 | 0 | 14 | 47 | 0 | 2B | 63 | 40 |
| Octal | 376 | 313 | 111 | 0 | 24 | 107 | 0 | 53 | 143 | 100 |
| Binary | 11111110 | 11001011 | 1001001 | 0 | 10100 | 1000111 | 0 | 101011 | 1100011 | 1000000 |
Color Harmonies of #FECB49
Complementary color
Monochromatic Colors of #FECB49
Black with #FECB49
Text Example
Text Example
White with #FECB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB49; }
p { color: rgb(254,203,73); }
H1.HeaderClassName
{
color: #FECB49;
}
.AnyTagClassName
{
color: #FECB49;
}
</style>
background-color css
<style>
a { background-color: #FECB49; }
a { background-color: rgb(254,203,73); }
div.DivClassName
{
background-color: #FECB49;
}
.BgClassName
{
background-color: #FECB49;
}
</style>
border-color css
<style>
span { border-color: #FECB49; }
span { border-color: rgb(254,203,73); }
td.TdClassName
{
border-color: #FECB49;
}
.TagClassName
{
border-color: #FECB49;
}
</style>