Shades of Kournikova #FED14A
Tints of Kournikova #FED14A
RGB
CMYK
RGB Variations
Color information
#FED14A (or 0xFED14A) is known color: Kournikova. HEX triplet: FE, D1 and 4A. RGB value is (254,209,74). Sum of RGB (Red+Green+Blue) = 254+209+74=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED14A is #012EB5. Grayscale: #CFCFCF. Windows color (decimal): -77494 or 4903422. OLE color: 4903422.
HSL color Cylindrical-coordinate representation of color #FED14A: hue angle of 45º 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 #FED14A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 74 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.00 |
| HSL | 45º | 0.99% | 0.64% | - |
| HSV(B) | 45º | 0.71% | 1% | - |
| XYZ | 64.91 | 67.17 | 16.02 | - |
| YUV | 207.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 74 | 0 | 0.18 | 0.71 | 0.00 | 45 | 0.99 | 0.64 |
| Hex | FE | D1 | 4A | 0 | 12 | 47 | 0 | 2D | 63 | 40 |
| Octal | 376 | 321 | 112 | 0 | 22 | 107 | 0 | 55 | 143 | 100 |
| Binary | 11111110 | 11010001 | 1001010 | 0 | 10010 | 1000111 | 0 | 101101 | 1100011 | 1000000 |
Color Harmonies of #FED14A
Complementary color
Monochromatic Colors of #FED14A
Black with #FED14A
Text Example
Text Example
White with #FED14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED14A; }
p { color: rgb(254,209,74); }
H1.HeaderClassName
{
color: #FED14A;
}
.AnyTagClassName
{
color: #FED14A;
}
</style>
background-color css
<style>
a { background-color: #FED14A; }
a { background-color: rgb(254,209,74); }
div.DivClassName
{
background-color: #FED14A;
}
.BgClassName
{
background-color: #FED14A;
}
</style>
border-color css
<style>
span { border-color: #FED14A; }
span { border-color: rgb(254,209,74); }
td.TdClassName
{
border-color: #FED14A;
}
.TagClassName
{
border-color: #FED14A;
}
</style>