Shades of Kournikova #FFD047
Tints of Kournikova #FFD047
RGB
CMYK
RGB Variations
Color information
#FFD047 (or 0xFFD047) is known color: Kournikova. HEX triplet: FF, D0 and 47. RGB value is (255,208,71). Sum of RGB (Red+Green+Blue) = 255+208+71=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD047 is #002FB8. Grayscale: #CFCFCF. Windows color (decimal): -12217 or 4706559. OLE color: 4706559.
HSL color Cylindrical-coordinate representation of color #FFD047: hue angle of 44.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFD047 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 71 | - |
| CMYK | 0 | 0.18 | 0.72 | 0 |
| HSL | 44.67º | 1% | 0.64% | - |
| HSV(B) | 44.67º | 0.72% | 1% | - |
| XYZ | 64.93 | 66.83 | 15.44 | - |
| YUV | 206.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 71 | 0 | 0.18 | 0.72 | 0 | 44.67 | 1 | 0.64 |
| Hex | FF | D0 | 47 | 0 | 12 | 48 | 0 | 2D | 64 | 40 |
| Octal | 377 | 320 | 107 | 0 | 22 | 110 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010000 | 1000111 | 0 | 10010 | 1001000 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD047
Complementary color
Monochromatic Colors of #FFD047
Black with #FFD047
Text Example
Text Example
White with #FFD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD047; }
p { color: rgb(255,208,71); }
H1.HeaderClassName
{
color: #FFD047;
}
.AnyTagClassName
{
color: #FFD047;
}
</style>
background-color css
<style>
a { background-color: #FFD047; }
a { background-color: rgb(255,208,71); }
div.DivClassName
{
background-color: #FFD047;
}
.BgClassName
{
background-color: #FFD047;
}
</style>
border-color css
<style>
span { border-color: #FFD047; }
span { border-color: rgb(255,208,71); }
td.TdClassName
{
border-color: #FFD047;
}
.TagClassName
{
border-color: #FFD047;
}
</style>