Shades of Kournikova #FED44F
Tints of Kournikova #FED44F
RGB
CMYK
RGB Variations
Color information
#FED44F (or 0xFED44F) is known color: Kournikova. HEX triplet: FE, D4 and 4F. RGB value is (254,212,79). Sum of RGB (Red+Green+Blue) = 254+212+79=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED44F is #012BB0. Grayscale: #D1D1D1. Windows color (decimal): -76721 or 5231870. OLE color: 5231870.
HSL color Cylindrical-coordinate representation of color #FED44F: hue angle of 45.6º 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 #FED44F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 79 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.00 |
| HSL | 45.6º | 0.99% | 0.65% | - |
| HSV(B) | 45.6º | 0.69% | 1% | - |
| XYZ | 65.83 | 68.72 | 17.19 | - |
| YUV | 209.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 79 | 0 | 0.17 | 0.69 | 0.00 | 45.6 | 0.99 | 0.65 |
| Hex | FE | D4 | 4F | 0 | 11 | 45 | 0 | 2E | 63 | 41 |
| Octal | 376 | 324 | 117 | 0 | 21 | 105 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010100 | 1001111 | 0 | 10001 | 1000101 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED44F
Complementary color
Monochromatic Colors of #FED44F
Black with #FED44F
Text Example
Text Example
White with #FED44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED44F; }
p { color: rgb(254,212,79); }
H1.HeaderClassName
{
color: #FED44F;
}
.AnyTagClassName
{
color: #FED44F;
}
</style>
background-color css
<style>
a { background-color: #FED44F; }
a { background-color: rgb(254,212,79); }
div.DivClassName
{
background-color: #FED44F;
}
.BgClassName
{
background-color: #FED44F;
}
</style>
border-color css
<style>
span { border-color: #FED44F; }
span { border-color: rgb(254,212,79); }
td.TdClassName
{
border-color: #FED44F;
}
.TagClassName
{
border-color: #FED44F;
}
</style>