Shades of Kournikova #FED446
Tints of Kournikova #FED446
RGB
CMYK
RGB Variations
Color information
#FED446 (or 0xFED446) is known color: Kournikova. HEX triplet: FE, D4 and 46. RGB value is (254,212,70). Sum of RGB (Red+Green+Blue) = 254+212+70=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FED446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED446 is #012BB9. Grayscale: #D0D0D0. Windows color (decimal): -76730 or 4642046. OLE color: 4642046.
HSL color Cylindrical-coordinate representation of color #FED446: hue angle of 46.3º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FED446 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 70 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.00 |
| HSL | 46.3º | 0.99% | 0.64% | - |
| HSV(B) | 46.3º | 0.72% | 1% | - |
| XYZ | 65.52 | 68.6 | 15.58 | - |
| YUV | 208.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 70 | 0 | 0.17 | 0.72 | 0.00 | 46.3 | 0.99 | 0.64 |
| Hex | FE | D4 | 46 | 0 | 11 | 48 | 0 | 2E | 63 | 40 |
| Octal | 376 | 324 | 106 | 0 | 21 | 110 | 0 | 56 | 143 | 100 |
| Binary | 11111110 | 11010100 | 1000110 | 0 | 10001 | 1001000 | 0 | 101110 | 1100011 | 1000000 |
Color Harmonies of #FED446
Complementary color
Monochromatic Colors of #FED446
Black with #FED446
Text Example
Text Example
White with #FED446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED446; }
p { color: rgb(254,212,70); }
H1.HeaderClassName
{
color: #FED446;
}
.AnyTagClassName
{
color: #FED446;
}
</style>
background-color css
<style>
a { background-color: #FED446; }
a { background-color: rgb(254,212,70); }
div.DivClassName
{
background-color: #FED446;
}
.BgClassName
{
background-color: #FED446;
}
</style>
border-color css
<style>
span { border-color: #FED446; }
span { border-color: rgb(254,212,70); }
td.TdClassName
{
border-color: #FED446;
}
.TagClassName
{
border-color: #FED446;
}
</style>