Shades of Kournikova #FED358
Tints of Kournikova #FED358
RGB
CMYK
RGB Variations
Color information
#FED358 (or 0xFED358) is known color: Kournikova. HEX triplet: FE, D3 and 58. RGB value is (254,211,88). Sum of RGB (Red+Green+Blue) = 254+211+88=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 88 (34.77% from 255 or 15.91% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FED358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED358 is #012CA7. Grayscale: #D2D2D2. Windows color (decimal): -76968 or 5821438. OLE color: 5821438.
HSL color Cylindrical-coordinate representation of color #FED358: hue angle of 44.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FED358 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 88 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.00 |
| HSL | 44.46º | 0.99% | 0.67% | - |
| HSV(B) | 44.46º | 0.65% | 1% | - |
| XYZ | 65.93 | 68.36 | 18.95 | - |
| YUV | 209.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 88 | 0 | 0.17 | 0.65 | 0.00 | 44.46 | 0.99 | 0.67 |
| Hex | FE | D3 | 58 | 0 | 11 | 41 | 0 | 2C | 63 | 43 |
| Octal | 376 | 323 | 130 | 0 | 21 | 101 | 0 | 54 | 143 | 103 |
| Binary | 11111110 | 11010011 | 1011000 | 0 | 10001 | 1000001 | 0 | 101100 | 1100011 | 1000011 |
Color Harmonies of #FED358
Complementary color
Monochromatic Colors of #FED358
Black with #FED358
Text Example
Text Example
White with #FED358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED358; }
p { color: rgb(254,211,88); }
H1.HeaderClassName
{
color: #FED358;
}
.AnyTagClassName
{
color: #FED358;
}
</style>
background-color css
<style>
a { background-color: #FED358; }
a { background-color: rgb(254,211,88); }
div.DivClassName
{
background-color: #FED358;
}
.BgClassName
{
background-color: #FED358;
}
</style>
border-color css
<style>
span { border-color: #FED358; }
span { border-color: rgb(254,211,88); }
td.TdClassName
{
border-color: #FED358;
}
.TagClassName
{
border-color: #FED358;
}
</style>