Shades of Kournikova #FED64E
Tints of Kournikova #FED64E
RGB
CMYK
RGB Variations
Color information
#FED64E (or 0xFED64E) is known color: Kournikova. HEX triplet: FE, D6 and 4E. RGB value is (254,214,78). Sum of RGB (Red+Green+Blue) = 254+214+78=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED64E is #0129B1. Grayscale: #D3D3D3. Windows color (decimal): -76210 or 5166846. OLE color: 5166846.
HSL color Cylindrical-coordinate representation of color #FED64E: hue angle of 46.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED64E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 78 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.00 |
| HSL | 46.36º | 0.99% | 0.65% | - |
| HSV(B) | 46.36º | 0.69% | 1% | - |
| XYZ | 66.29 | 69.71 | 17.17 | - |
| YUV | 210.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 78 | 0 | 0.16 | 0.69 | 0.00 | 46.36 | 0.99 | 0.65 |
| Hex | FE | D6 | 4E | 0 | 10 | 45 | 0 | 2E | 63 | 41 |
| Octal | 376 | 326 | 116 | 0 | 20 | 105 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010110 | 1001110 | 0 | 10000 | 1000101 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED64E
Complementary color
Monochromatic Colors of #FED64E
Black with #FED64E
Text Example
Text Example
White with #FED64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED64E; }
p { color: rgb(254,214,78); }
H1.HeaderClassName
{
color: #FED64E;
}
.AnyTagClassName
{
color: #FED64E;
}
</style>
background-color css
<style>
a { background-color: #FED64E; }
a { background-color: rgb(254,214,78); }
div.DivClassName
{
background-color: #FED64E;
}
.BgClassName
{
background-color: #FED64E;
}
</style>
border-color css
<style>
span { border-color: #FED64E; }
span { border-color: rgb(254,214,78); }
td.TdClassName
{
border-color: #FED64E;
}
.TagClassName
{
border-color: #FED64E;
}
</style>