Shades of Kournikova #FED456
Tints of Kournikova #FED456
RGB
CMYK
RGB Variations
Color information
#FED456 (or 0xFED456) is known color: Kournikova. HEX triplet: FE, D4 and 56. RGB value is (254,212,86). Sum of RGB (Red+Green+Blue) = 254+212+86=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 86 (33.98% from 255 or 15.58% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED456 is #012BA9. Grayscale: #D2D2D2. Windows color (decimal): -76714 or 5690622. OLE color: 5690622.
HSL color Cylindrical-coordinate representation of color #FED456: hue angle of 45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FED456 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 86 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.00 |
| HSL | 45º | 0.99% | 0.67% | - |
| HSV(B) | 45º | 0.66% | 1% | - |
| XYZ | 66.1 | 68.83 | 18.61 | - |
| YUV | 210.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 86 | 0 | 0.17 | 0.66 | 0.00 | 45 | 0.99 | 0.67 |
| Hex | FE | D4 | 56 | 0 | 11 | 42 | 0 | 2D | 63 | 43 |
| Octal | 376 | 324 | 126 | 0 | 21 | 102 | 0 | 55 | 143 | 103 |
| Binary | 11111110 | 11010100 | 1010110 | 0 | 10001 | 1000010 | 0 | 101101 | 1100011 | 1000011 |
Color Harmonies of #FED456
Complementary color
Monochromatic Colors of #FED456
Black with #FED456
Text Example
Text Example
White with #FED456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED456; }
p { color: rgb(254,212,86); }
H1.HeaderClassName
{
color: #FED456;
}
.AnyTagClassName
{
color: #FED456;
}
</style>
background-color css
<style>
a { background-color: #FED456; }
a { background-color: rgb(254,212,86); }
div.DivClassName
{
background-color: #FED456;
}
.BgClassName
{
background-color: #FED456;
}
</style>
border-color css
<style>
span { border-color: #FED456; }
span { border-color: rgb(254,212,86); }
td.TdClassName
{
border-color: #FED456;
}
.TagClassName
{
border-color: #FED456;
}
</style>