Shades of Kournikova #FED254
Tints of Kournikova #FED254
RGB
CMYK
RGB Variations
Color information
#FED254 (or 0xFED254) is known color: Kournikova. HEX triplet: FE, D2 and 54. RGB value is (254,210,84). Sum of RGB (Red+Green+Blue) = 254+210+84=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 84 (33.20% from 255 or 15.33% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED254 is #012DAB. Grayscale: #D1D1D1. Windows color (decimal): -77228 or 5559038. OLE color: 5559038.
HSL color Cylindrical-coordinate representation of color #FED254: hue angle of 44.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FED254 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 84 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.00 |
| HSL | 44.47º | 0.99% | 0.66% | - |
| HSV(B) | 44.47º | 0.67% | 1% | - |
| XYZ | 65.52 | 67.8 | 18.02 | - |
| YUV | 208.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 84 | 0 | 0.17 | 0.67 | 0.00 | 44.47 | 0.99 | 0.66 |
| Hex | FE | D2 | 54 | 0 | 11 | 43 | 0 | 2C | 63 | 42 |
| Octal | 376 | 322 | 124 | 0 | 21 | 103 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010010 | 1010100 | 0 | 10001 | 1000011 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED254
Complementary color
Monochromatic Colors of #FED254
Black with #FED254
Text Example
Text Example
White with #FED254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED254; }
p { color: rgb(254,210,84); }
H1.HeaderClassName
{
color: #FED254;
}
.AnyTagClassName
{
color: #FED254;
}
</style>
background-color css
<style>
a { background-color: #FED254; }
a { background-color: rgb(254,210,84); }
div.DivClassName
{
background-color: #FED254;
}
.BgClassName
{
background-color: #FED254;
}
</style>
border-color css
<style>
span { border-color: #FED254; }
span { border-color: rgb(254,210,84); }
td.TdClassName
{
border-color: #FED254;
}
.TagClassName
{
border-color: #FED254;
}
</style>