Shades of Kournikova #FED64F
Tints of Kournikova #FED64F
RGB
CMYK
RGB Variations
Color information
#FED64F (or 0xFED64F) is known color: Kournikova. HEX triplet: FE, D6 and 4F. RGB value is (254,214,79). Sum of RGB (Red+Green+Blue) = 254+214+79=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 79 (31.25% from 255 or 14.44% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED64F is #0129B0. Grayscale: #D3D3D3. Windows color (decimal): -76209 or 5232382. OLE color: 5232382.
HSL color Cylindrical-coordinate representation of color #FED64F: hue angle of 46.29º 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 #FED64F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 79 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.00 |
| HSL | 46.29º | 0.99% | 0.65% | - |
| HSV(B) | 46.29º | 0.69% | 1% | - |
| XYZ | 66.33 | 69.73 | 17.36 | - |
| YUV | 210.57 | 53.75 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 79 | 0 | 0.16 | 0.69 | 0.00 | 46.29 | 0.99 | 0.65 |
| Hex | FE | D6 | 4F | 0 | 10 | 45 | 0 | 2E | 63 | 41 |
| Octal | 376 | 326 | 117 | 0 | 20 | 105 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010110 | 1001111 | 0 | 10000 | 1000101 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED64F
Complementary color
Monochromatic Colors of #FED64F
Black with #FED64F
Text Example
Text Example
White with #FED64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED64F; }
p { color: rgb(254,214,79); }
H1.HeaderClassName
{
color: #FED64F;
}
.AnyTagClassName
{
color: #FED64F;
}
</style>
background-color css
<style>
a { background-color: #FED64F; }
a { background-color: rgb(254,214,79); }
div.DivClassName
{
background-color: #FED64F;
}
.BgClassName
{
background-color: #FED64F;
}
</style>
border-color css
<style>
span { border-color: #FED64F; }
span { border-color: rgb(254,214,79); }
td.TdClassName
{
border-color: #FED64F;
}
.TagClassName
{
border-color: #FED64F;
}
</style>