Shades of Kournikova #FECD4A
Tints of Kournikova #FECD4A
RGB
CMYK
RGB Variations
Color information
#FECD4A (or 0xFECD4A) is known color: Kournikova. HEX triplet: FE, CD and 4A. RGB value is (254,205,74). Sum of RGB (Red+Green+Blue) = 254+205+74=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD4A is #0132B5. Grayscale: #CDCDCD. Windows color (decimal): -78518 or 4902398. OLE color: 4902398.
HSL color Cylindrical-coordinate representation of color #FECD4A: hue angle of 43.67º 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 #FECD4A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 74 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.00 |
| HSL | 43.67º | 0.99% | 0.64% | - |
| HSV(B) | 43.67º | 0.71% | 1% | - |
| XYZ | 63.94 | 65.23 | 15.7 | - |
| YUV | 204.72 | 54.23 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 74 | 0 | 0.19 | 0.71 | 0.00 | 43.67 | 0.99 | 0.64 |
| Hex | FE | CD | 4A | 0 | 13 | 47 | 0 | 2C | 63 | 40 |
| Octal | 376 | 315 | 112 | 0 | 23 | 107 | 0 | 54 | 143 | 100 |
| Binary | 11111110 | 11001101 | 1001010 | 0 | 10011 | 1000111 | 0 | 101100 | 1100011 | 1000000 |
Color Harmonies of #FECD4A
Complementary color
Monochromatic Colors of #FECD4A
Black with #FECD4A
Text Example
Text Example
White with #FECD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD4A; }
p { color: rgb(254,205,74); }
H1.HeaderClassName
{
color: #FECD4A;
}
.AnyTagClassName
{
color: #FECD4A;
}
</style>
background-color css
<style>
a { background-color: #FECD4A; }
a { background-color: rgb(254,205,74); }
div.DivClassName
{
background-color: #FECD4A;
}
.BgClassName
{
background-color: #FECD4A;
}
</style>
border-color css
<style>
span { border-color: #FECD4A; }
span { border-color: rgb(254,205,74); }
td.TdClassName
{
border-color: #FECD4A;
}
.TagClassName
{
border-color: #FECD4A;
}
</style>