Shades of Kournikova #FED14F
Tints of Kournikova #FED14F
RGB
CMYK
RGB Variations
Color information
#FED14F (or 0xFED14F) is known color: Kournikova. HEX triplet: FE, D1 and 4F. RGB value is (254,209,79). Sum of RGB (Red+Green+Blue) = 254+209+79=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FED14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED14F is #012EB0. Grayscale: #D0D0D0. Windows color (decimal): -77489 or 5231102. OLE color: 5231102.
HSL color Cylindrical-coordinate representation of color #FED14F: hue angle of 44.57º 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 #FED14F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 79 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.00 |
| HSL | 44.57º | 0.99% | 0.65% | - |
| HSV(B) | 44.57º | 0.69% | 1% | - |
| XYZ | 65.08 | 67.24 | 16.94 | - |
| YUV | 207.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 79 | 0 | 0.18 | 0.69 | 0.00 | 44.57 | 0.99 | 0.65 |
| Hex | FE | D1 | 4F | 0 | 12 | 45 | 0 | 2D | 63 | 41 |
| Octal | 376 | 321 | 117 | 0 | 22 | 105 | 0 | 55 | 143 | 101 |
| Binary | 11111110 | 11010001 | 1001111 | 0 | 10010 | 1000101 | 0 | 101101 | 1100011 | 1000001 |
Color Harmonies of #FED14F
Complementary color
Monochromatic Colors of #FED14F
Black with #FED14F
Text Example
Text Example
White with #FED14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED14F; }
p { color: rgb(254,209,79); }
H1.HeaderClassName
{
color: #FED14F;
}
.AnyTagClassName
{
color: #FED14F;
}
</style>
background-color css
<style>
a { background-color: #FED14F; }
a { background-color: rgb(254,209,79); }
div.DivClassName
{
background-color: #FED14F;
}
.BgClassName
{
background-color: #FED14F;
}
</style>
border-color css
<style>
span { border-color: #FED14F; }
span { border-color: rgb(254,209,79); }
td.TdClassName
{
border-color: #FED14F;
}
.TagClassName
{
border-color: #FED14F;
}
</style>