Shades of Kournikova #FED345
Tints of Kournikova #FED345
RGB
CMYK
RGB Variations
Color information
#FED345 (or 0xFED345) is known color: Kournikova. HEX triplet: FE, D3 and 45. RGB value is (254,211,69). Sum of RGB (Red+Green+Blue) = 254+211+69=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FED345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED345 is #012CBA. Grayscale: #D0D0D0. Windows color (decimal): -76987 or 4576254. OLE color: 4576254.
HSL color Cylindrical-coordinate representation of color #FED345: hue angle of 46.05º 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 #FED345 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 69 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.00 |
| HSL | 46.05º | 0.99% | 0.63% | - |
| HSV(B) | 46.05º | 0.73% | 1% | - |
| XYZ | 65.24 | 68.09 | 15.33 | - |
| YUV | 207.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 69 | 0 | 0.17 | 0.73 | 0.00 | 46.05 | 0.99 | 0.63 |
| Hex | FE | D3 | 45 | 0 | 11 | 49 | 0 | 2E | 63 | 3F |
| Octal | 376 | 323 | 105 | 0 | 21 | 111 | 0 | 56 | 143 | 77 |
| Binary | 11111110 | 11010011 | 1000101 | 0 | 10001 | 1001001 | 0 | 101110 | 1100011 | 111111 |
Color Harmonies of #FED345
Complementary color
Monochromatic Colors of #FED345
Black with #FED345
Text Example
Text Example
White with #FED345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED345; }
p { color: rgb(254,211,69); }
H1.HeaderClassName
{
color: #FED345;
}
.AnyTagClassName
{
color: #FED345;
}
</style>
background-color css
<style>
a { background-color: #FED345; }
a { background-color: rgb(254,211,69); }
div.DivClassName
{
background-color: #FED345;
}
.BgClassName
{
background-color: #FED345;
}
</style>
border-color css
<style>
span { border-color: #FED345; }
span { border-color: rgb(254,211,69); }
td.TdClassName
{
border-color: #FED345;
}
.TagClassName
{
border-color: #FED345;
}
</style>