Shades of Kournikova #FED64D
Tints of Kournikova #FED64D
RGB
CMYK
RGB Variations
Color information
#FED64D (or 0xFED64D) is known color: Kournikova. HEX triplet: FE, D6 and 4D. RGB value is (254,214,77). Sum of RGB (Red+Green+Blue) = 254+214+77=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED64D is #0129B2. Grayscale: #D2D2D2. Windows color (decimal): -76211 or 5101310. OLE color: 5101310.
HSL color Cylindrical-coordinate representation of color #FED64D: hue angle of 46.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FED64D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 77 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.00 |
| HSL | 46.44º | 0.99% | 0.65% | - |
| HSV(B) | 46.44º | 0.7% | 1% | - |
| XYZ | 66.26 | 69.7 | 16.98 | - |
| YUV | 210.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 77 | 0 | 0.16 | 0.70 | 0.00 | 46.44 | 0.99 | 0.65 |
| Hex | FE | D6 | 4D | 0 | 10 | 46 | 0 | 2E | 63 | 41 |
| Octal | 376 | 326 | 115 | 0 | 20 | 106 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010110 | 1001101 | 0 | 10000 | 1000110 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED64D
Complementary color
Monochromatic Colors of #FED64D
Black with #FED64D
Text Example
Text Example
White with #FED64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED64D; }
p { color: rgb(254,214,77); }
H1.HeaderClassName
{
color: #FED64D;
}
.AnyTagClassName
{
color: #FED64D;
}
</style>
background-color css
<style>
a { background-color: #FED64D; }
a { background-color: rgb(254,214,77); }
div.DivClassName
{
background-color: #FED64D;
}
.BgClassName
{
background-color: #FED64D;
}
</style>
border-color css
<style>
span { border-color: #FED64D; }
span { border-color: rgb(254,214,77); }
td.TdClassName
{
border-color: #FED64D;
}
.TagClassName
{
border-color: #FED64D;
}
</style>