Shades of Kournikova #FECC49
Tints of Kournikova #FECC49
RGB
CMYK
RGB Variations
Color information
#FECC49 (or 0xFECC49) is known color: Kournikova. HEX triplet: FE, CC and 49. RGB value is (254,204,73). Sum of RGB (Red+Green+Blue) = 254+204+73=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC49 is #0133B6. Grayscale: #CCCCCC. Windows color (decimal): -78775 or 4836606. OLE color: 4836606.
HSL color Cylindrical-coordinate representation of color #FECC49: hue angle of 43.43º 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 #FECC49 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.00 |
| HSL | 43.43º | 0.99% | 0.64% | - |
| HSV(B) | 43.43º | 0.71% | 1% | - |
| XYZ | 63.67 | 64.74 | 15.44 | - |
| YUV | 204.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 73 | 0 | 0.20 | 0.71 | 0.00 | 43.43 | 0.99 | 0.64 |
| Hex | FE | CC | 49 | 0 | 14 | 47 | 0 | 2B | 63 | 40 |
| Octal | 376 | 314 | 111 | 0 | 24 | 107 | 0 | 53 | 143 | 100 |
| Binary | 11111110 | 11001100 | 1001001 | 0 | 10100 | 1000111 | 0 | 101011 | 1100011 | 1000000 |
Color Harmonies of #FECC49
Complementary color
Monochromatic Colors of #FECC49
Black with #FECC49
Text Example
Text Example
White with #FECC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC49; }
p { color: rgb(254,204,73); }
H1.HeaderClassName
{
color: #FECC49;
}
.AnyTagClassName
{
color: #FECC49;
}
</style>
background-color css
<style>
a { background-color: #FECC49; }
a { background-color: rgb(254,204,73); }
div.DivClassName
{
background-color: #FECC49;
}
.BgClassName
{
background-color: #FECC49;
}
</style>
border-color css
<style>
span { border-color: #FECC49; }
span { border-color: rgb(254,204,73); }
td.TdClassName
{
border-color: #FECC49;
}
.TagClassName
{
border-color: #FECC49;
}
</style>