Shades of Kournikova #FFD058
Tints of Kournikova #FFD058
RGB
CMYK
RGB Variations
Color information
#FFD058 (or 0xFFD058) is known color: Kournikova. HEX triplet: FF, D0 and 58. RGB value is (255,208,88). Sum of RGB (Red+Green+Blue) = 255+208+88=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD058 is #002FA7. Grayscale: #D0D0D0. Windows color (decimal): -12200 or 5820671. OLE color: 5820671.
HSL color Cylindrical-coordinate representation of color #FFD058: hue angle of 43.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD058 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 88 | - |
| CMYK | 0 | 0.18 | 0.65 | 0 |
| HSL | 43.11º | 1% | 0.67% | - |
| HSV(B) | 43.11º | 0.65% | 1% | - |
| XYZ | 65.56 | 67.08 | 18.72 | - |
| YUV | 208.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 88 | 0 | 0.18 | 0.65 | 0 | 43.11 | 1 | 0.67 |
| Hex | FF | D0 | 58 | 0 | 12 | 41 | 0 | 2B | 64 | 43 |
| Octal | 377 | 320 | 130 | 0 | 22 | 101 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11010000 | 1011000 | 0 | 10010 | 1000001 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFD058
Complementary color
Monochromatic Colors of #FFD058
Black with #FFD058
Text Example
Text Example
White with #FFD058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD058; }
p { color: rgb(255,208,88); }
H1.HeaderClassName
{
color: #FFD058;
}
.AnyTagClassName
{
color: #FFD058;
}
</style>
background-color css
<style>
a { background-color: #FFD058; }
a { background-color: rgb(255,208,88); }
div.DivClassName
{
background-color: #FFD058;
}
.BgClassName
{
background-color: #FFD058;
}
</style>
border-color css
<style>
span { border-color: #FFD058; }
span { border-color: rgb(255,208,88); }
td.TdClassName
{
border-color: #FFD058;
}
.TagClassName
{
border-color: #FFD058;
}
</style>