Shades of Kournikova #FED450
Tints of Kournikova #FED450
RGB
CMYK
RGB Variations
Color information
#FED450 (or 0xFED450) is known color: Kournikova. HEX triplet: FE, D4 and 50. RGB value is (254,212,80). Sum of RGB (Red+Green+Blue) = 254+212+80=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED450 is #012BAF. Grayscale: #D2D2D2. Windows color (decimal): -76720 or 5297406. OLE color: 5297406.
HSL color Cylindrical-coordinate representation of color #FED450: hue angle of 45.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED450 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 80 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.00 |
| HSL | 45.52º | 0.99% | 0.65% | - |
| HSV(B) | 45.52º | 0.69% | 1% | - |
| XYZ | 65.86 | 68.74 | 17.39 | - |
| YUV | 209.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 80 | 0 | 0.17 | 0.69 | 0.00 | 45.52 | 0.99 | 0.65 |
| Hex | FE | D4 | 50 | 0 | 11 | 45 | 0 | 2E | 63 | 41 |
| Octal | 376 | 324 | 120 | 0 | 21 | 105 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010100 | 1010000 | 0 | 10001 | 1000101 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED450
Complementary color
Monochromatic Colors of #FED450
Black with #FED450
Text Example
Text Example
White with #FED450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED450; }
p { color: rgb(254,212,80); }
H1.HeaderClassName
{
color: #FED450;
}
.AnyTagClassName
{
color: #FED450;
}
</style>
background-color css
<style>
a { background-color: #FED450; }
a { background-color: rgb(254,212,80); }
div.DivClassName
{
background-color: #FED450;
}
.BgClassName
{
background-color: #FED450;
}
</style>
border-color css
<style>
span { border-color: #FED450; }
span { border-color: rgb(254,212,80); }
td.TdClassName
{
border-color: #FED450;
}
.TagClassName
{
border-color: #FED450;
}
</style>