Shades of Kournikova #FFD14F
Tints of Kournikova #FFD14F
RGB
CMYK
RGB Variations
Color information
#FFD14F (or 0xFFD14F) is known color: Kournikova. HEX triplet: FF, D1 and 4F. RGB value is (255,209,79). Sum of RGB (Red+Green+Blue) = 255+209+79=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD14F is #002EB0. Grayscale: #D0D0D0. Windows color (decimal): -11953 or 5231103. OLE color: 5231103.
HSL color Cylindrical-coordinate representation of color #FFD14F: hue angle of 44.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD14F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 79 | - |
| CMYK | 0 | 0.18 | 0.69 | 0 |
| HSL | 44.32º | 1% | 0.65% | - |
| HSV(B) | 44.32º | 0.69% | 1% | - |
| XYZ | 65.45 | 67.43 | 16.96 | - |
| YUV | 207.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 79 | 0 | 0.18 | 0.69 | 0 | 44.32 | 1 | 0.65 |
| Hex | FF | D1 | 4F | 0 | 12 | 45 | 0 | 2C | 64 | 41 |
| Octal | 377 | 321 | 117 | 0 | 22 | 105 | 0 | 54 | 144 | 101 |
| Binary | 11111111 | 11010001 | 1001111 | 0 | 10010 | 1000101 | 0 | 101100 | 1100100 | 1000001 |
Color Harmonies of #FFD14F
Complementary color
Monochromatic Colors of #FFD14F
Black with #FFD14F
Text Example
Text Example
White with #FFD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD14F; }
p { color: rgb(255,209,79); }
H1.HeaderClassName
{
color: #FFD14F;
}
.AnyTagClassName
{
color: #FFD14F;
}
</style>
background-color css
<style>
a { background-color: #FFD14F; }
a { background-color: rgb(255,209,79); }
div.DivClassName
{
background-color: #FFD14F;
}
.BgClassName
{
background-color: #FFD14F;
}
</style>
border-color css
<style>
span { border-color: #FFD14F; }
span { border-color: rgb(255,209,79); }
td.TdClassName
{
border-color: #FFD14F;
}
.TagClassName
{
border-color: #FFD14F;
}
</style>