Shades of Kournikova #FED155
Tints of Kournikova #FED155
RGB
CMYK
RGB Variations
Color information
#FED155 (or 0xFED155) is known color: Kournikova. HEX triplet: FE, D1 and 55. RGB value is (254,209,85). Sum of RGB (Red+Green+Blue) = 254+209+85=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED155 is #012EAA. Grayscale: #D0D0D0. Windows color (decimal): -77483 or 5624318. OLE color: 5624318.
HSL color Cylindrical-coordinate representation of color #FED155: hue angle of 44.02º 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 #FED155 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 85 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.00 |
| HSL | 44.02º | 0.99% | 0.66% | - |
| HSV(B) | 44.02º | 0.67% | 1% | - |
| XYZ | 65.31 | 67.33 | 18.15 | - |
| YUV | 208.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 85 | 0 | 0.18 | 0.67 | 0.00 | 44.02 | 0.99 | 0.66 |
| Hex | FE | D1 | 55 | 0 | 12 | 43 | 0 | 2C | 63 | 42 |
| Octal | 376 | 321 | 125 | 0 | 22 | 103 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010001 | 1010101 | 0 | 10010 | 1000011 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED155
Complementary color
Monochromatic Colors of #FED155
Black with #FED155
Text Example
Text Example
White with #FED155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED155; }
p { color: rgb(254,209,85); }
H1.HeaderClassName
{
color: #FED155;
}
.AnyTagClassName
{
color: #FED155;
}
</style>
background-color css
<style>
a { background-color: #FED155; }
a { background-color: rgb(254,209,85); }
div.DivClassName
{
background-color: #FED155;
}
.BgClassName
{
background-color: #FED155;
}
</style>
border-color css
<style>
span { border-color: #FED155; }
span { border-color: rgb(254,209,85); }
td.TdClassName
{
border-color: #FED155;
}
.TagClassName
{
border-color: #FED155;
}
</style>