Shades of Kournikova #FED445
Tints of Kournikova #FED445
RGB
CMYK
RGB Variations
Color information
#FED445 (or 0xFED445) is known color: Kournikova. HEX triplet: FE, D4 and 45. RGB value is (254,212,69). Sum of RGB (Red+Green+Blue) = 254+212+69=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 69 (27.34% from 255 or 12.90% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED445 is #012BBA. Grayscale: #D0D0D0. Windows color (decimal): -76731 or 4576510. OLE color: 4576510.
HSL color Cylindrical-coordinate representation of color #FED445: hue angle of 46.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FED445 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.00 |
| HSL | 46.38º | 0.99% | 0.63% | - |
| HSV(B) | 46.38º | 0.73% | 1% | - |
| XYZ | 65.49 | 68.59 | 15.42 | - |
| YUV | 208.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 69 | 0 | 0.17 | 0.73 | 0.00 | 46.38 | 0.99 | 0.63 |
| Hex | FE | D4 | 45 | 0 | 11 | 49 | 0 | 2E | 63 | 3F |
| Octal | 376 | 324 | 105 | 0 | 21 | 111 | 0 | 56 | 143 | 77 |
| Binary | 11111110 | 11010100 | 1000101 | 0 | 10001 | 1001001 | 0 | 101110 | 1100011 | 111111 |
Color Harmonies of #FED445
Complementary color
Monochromatic Colors of #FED445
Black with #FED445
Text Example
Text Example
White with #FED445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED445; }
p { color: rgb(254,212,69); }
H1.HeaderClassName
{
color: #FED445;
}
.AnyTagClassName
{
color: #FED445;
}
</style>
background-color css
<style>
a { background-color: #FED445; }
a { background-color: rgb(254,212,69); }
div.DivClassName
{
background-color: #FED445;
}
.BgClassName
{
background-color: #FED445;
}
</style>
border-color css
<style>
span { border-color: #FED445; }
span { border-color: rgb(254,212,69); }
td.TdClassName
{
border-color: #FED445;
}
.TagClassName
{
border-color: #FED445;
}
</style>