Shades of Kournikova #FED651
Tints of Kournikova #FED651
RGB
CMYK
RGB Variations
Color information
#FED651 (or 0xFED651) is known color: Kournikova. HEX triplet: FE, D6 and 51. RGB value is (254,214,81). Sum of RGB (Red+Green+Blue) = 254+214+81=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 81 (32.03% from 255 or 14.75% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED651 is #0129AE. Grayscale: #D3D3D3. Windows color (decimal): -76207 or 5363454. OLE color: 5363454.
HSL color Cylindrical-coordinate representation of color #FED651: hue angle of 46.13º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FED651 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 81 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.00 |
| HSL | 46.13º | 0.99% | 0.66% | - |
| HSV(B) | 46.13º | 0.68% | 1% | - |
| XYZ | 66.4 | 69.76 | 17.75 | - |
| YUV | 210.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 81 | 0 | 0.16 | 0.68 | 0.00 | 46.13 | 0.99 | 0.66 |
| Hex | FE | D6 | 51 | 0 | 10 | 44 | 0 | 2E | 63 | 42 |
| Octal | 376 | 326 | 121 | 0 | 20 | 104 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010110 | 1010001 | 0 | 10000 | 1000100 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED651
Complementary color
Monochromatic Colors of #FED651
Black with #FED651
Text Example
Text Example
White with #FED651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED651; }
p { color: rgb(254,214,81); }
H1.HeaderClassName
{
color: #FED651;
}
.AnyTagClassName
{
color: #FED651;
}
</style>
background-color css
<style>
a { background-color: #FED651; }
a { background-color: rgb(254,214,81); }
div.DivClassName
{
background-color: #FED651;
}
.BgClassName
{
background-color: #FED651;
}
</style>
border-color css
<style>
span { border-color: #FED651; }
span { border-color: rgb(254,214,81); }
td.TdClassName
{
border-color: #FED651;
}
.TagClassName
{
border-color: #FED651;
}
</style>