Shades of Kournikova #FED154
Tints of Kournikova #FED154
RGB
CMYK
RGB Variations
Color information
#FED154 (or 0xFED154) is known color: Kournikova. HEX triplet: FE, D1 and 54. RGB value is (254,209,84). Sum of RGB (Red+Green+Blue) = 254+209+84=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED154 is #012EAB. Grayscale: #D0D0D0. Windows color (decimal): -77484 or 5558782. OLE color: 5558782.
HSL color Cylindrical-coordinate representation of color #FED154: hue angle of 44.12º 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 #FED154 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 84 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.00 |
| HSL | 44.12º | 0.99% | 0.66% | - |
| HSV(B) | 44.12º | 0.67% | 1% | - |
| XYZ | 65.27 | 67.31 | 17.94 | - |
| YUV | 208.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 84 | 0 | 0.18 | 0.67 | 0.00 | 44.12 | 0.99 | 0.66 |
| Hex | FE | D1 | 54 | 0 | 12 | 43 | 0 | 2C | 63 | 42 |
| Octal | 376 | 321 | 124 | 0 | 22 | 103 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010001 | 1010100 | 0 | 10010 | 1000011 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED154
Complementary color
Monochromatic Colors of #FED154
Black with #FED154
Text Example
Text Example
White with #FED154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED154; }
p { color: rgb(254,209,84); }
H1.HeaderClassName
{
color: #FED154;
}
.AnyTagClassName
{
color: #FED154;
}
</style>
background-color css
<style>
a { background-color: #FED154; }
a { background-color: rgb(254,209,84); }
div.DivClassName
{
background-color: #FED154;
}
.BgClassName
{
background-color: #FED154;
}
</style>
border-color css
<style>
span { border-color: #FED154; }
span { border-color: rgb(254,209,84); }
td.TdClassName
{
border-color: #FED154;
}
.TagClassName
{
border-color: #FED154;
}
</style>