Shades of Kournikova #FFD04F
Tints of Kournikova #FFD04F
RGB
CMYK
RGB Variations
Color information
#FFD04F (or 0xFFD04F) is known color: Kournikova. HEX triplet: FF, D0 and 4F. RGB value is (255,208,79). Sum of RGB (Red+Green+Blue) = 255+208+79=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD04F is #002FB0. Grayscale: #CFCFCF. Windows color (decimal): -12209 or 5230847. OLE color: 5230847.
HSL color Cylindrical-coordinate representation of color #FFD04F: hue angle of 43.98º 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 #FFD04F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 79 | - |
| CMYK | 0 | 0.18 | 0.69 | 0 |
| HSL | 43.98º | 1% | 0.65% | - |
| HSV(B) | 43.98º | 0.69% | 1% | - |
| XYZ | 65.21 | 66.94 | 16.88 | - |
| YUV | 207.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 79 | 0 | 0.18 | 0.69 | 0 | 43.98 | 1 | 0.65 |
| Hex | FF | D0 | 4F | 0 | 12 | 45 | 0 | 2C | 64 | 41 |
| Octal | 377 | 320 | 117 | 0 | 22 | 105 | 0 | 54 | 144 | 101 |
| Binary | 11111111 | 11010000 | 1001111 | 0 | 10010 | 1000101 | 0 | 101100 | 1100100 | 1000001 |
Color Harmonies of #FFD04F
Complementary color
Monochromatic Colors of #FFD04F
Black with #FFD04F
Text Example
Text Example
White with #FFD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD04F; }
p { color: rgb(255,208,79); }
H1.HeaderClassName
{
color: #FFD04F;
}
.AnyTagClassName
{
color: #FFD04F;
}
</style>
background-color css
<style>
a { background-color: #FFD04F; }
a { background-color: rgb(255,208,79); }
div.DivClassName
{
background-color: #FFD04F;
}
.BgClassName
{
background-color: #FFD04F;
}
</style>
border-color css
<style>
span { border-color: #FFD04F; }
span { border-color: rgb(255,208,79); }
td.TdClassName
{
border-color: #FFD04F;
}
.TagClassName
{
border-color: #FFD04F;
}
</style>