Shades of Kournikova #FED34F
Tints of Kournikova #FED34F
RGB
CMYK
RGB Variations
Color information
#FED34F (or 0xFED34F) is known color: Kournikova. HEX triplet: FE, D3 and 4F. RGB value is (254,211,79). Sum of RGB (Red+Green+Blue) = 254+211+79=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 79 (31.25% from 255 or 14.52% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED34F is #012CB0. Grayscale: #D1D1D1. Windows color (decimal): -76977 or 5231614. OLE color: 5231614.
HSL color Cylindrical-coordinate representation of color #FED34F: hue angle of 45.26º 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 #FED34F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 79 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.00 |
| HSL | 45.26º | 0.99% | 0.65% | - |
| HSV(B) | 45.26º | 0.69% | 1% | - |
| XYZ | 65.58 | 68.22 | 17.11 | - |
| YUV | 208.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 79 | 0 | 0.17 | 0.69 | 0.00 | 45.26 | 0.99 | 0.65 |
| Hex | FE | D3 | 4F | 0 | 11 | 45 | 0 | 2D | 63 | 41 |
| Octal | 376 | 323 | 117 | 0 | 21 | 105 | 0 | 55 | 143 | 101 |
| Binary | 11111110 | 11010011 | 1001111 | 0 | 10001 | 1000101 | 0 | 101101 | 1100011 | 1000001 |
Color Harmonies of #FED34F
Complementary color
Monochromatic Colors of #FED34F
Black with #FED34F
Text Example
Text Example
White with #FED34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED34F; }
p { color: rgb(254,211,79); }
H1.HeaderClassName
{
color: #FED34F;
}
.AnyTagClassName
{
color: #FED34F;
}
</style>
background-color css
<style>
a { background-color: #FED34F; }
a { background-color: rgb(254,211,79); }
div.DivClassName
{
background-color: #FED34F;
}
.BgClassName
{
background-color: #FED34F;
}
</style>
border-color css
<style>
span { border-color: #FED34F; }
span { border-color: rgb(254,211,79); }
td.TdClassName
{
border-color: #FED34F;
}
.TagClassName
{
border-color: #FED34F;
}
</style>