Shades of Kournikova #FED455
Tints of Kournikova #FED455
RGB
CMYK
RGB Variations
Color information
#FED455 (or 0xFED455) is known color: Kournikova. HEX triplet: FE, D4 and 55. RGB value is (254,212,85). Sum of RGB (Red+Green+Blue) = 254+212+85=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED455 is #012BAA. Grayscale: #D2D2D2. Windows color (decimal): -76715 or 5625086. OLE color: 5625086.
HSL color Cylindrical-coordinate representation of color #FED455: hue angle of 45.09º 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 #FED455 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 85 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.00 |
| HSL | 45.09º | 0.99% | 0.66% | - |
| HSV(B) | 45.09º | 0.67% | 1% | - |
| XYZ | 66.06 | 68.81 | 18.4 | - |
| YUV | 210.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 85 | 0 | 0.17 | 0.67 | 0.00 | 45.09 | 0.99 | 0.66 |
| Hex | FE | D4 | 55 | 0 | 11 | 43 | 0 | 2D | 63 | 42 |
| Octal | 376 | 324 | 125 | 0 | 21 | 103 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010100 | 1010101 | 0 | 10001 | 1000011 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED455
Complementary color
Monochromatic Colors of #FED455
Black with #FED455
Text Example
Text Example
White with #FED455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED455; }
p { color: rgb(254,212,85); }
H1.HeaderClassName
{
color: #FED455;
}
.AnyTagClassName
{
color: #FED455;
}
</style>
background-color css
<style>
a { background-color: #FED455; }
a { background-color: rgb(254,212,85); }
div.DivClassName
{
background-color: #FED455;
}
.BgClassName
{
background-color: #FED455;
}
</style>
border-color css
<style>
span { border-color: #FED455; }
span { border-color: rgb(254,212,85); }
td.TdClassName
{
border-color: #FED455;
}
.TagClassName
{
border-color: #FED455;
}
</style>