Shades of Kournikova #FFD246
Tints of Kournikova #FFD246
RGB
CMYK
RGB Variations
Color information
#FFD246 (or 0xFFD246) is known color: Kournikova. HEX triplet: FF, D2 and 46. RGB value is (255,210,70). Sum of RGB (Red+Green+Blue) = 255+210+70=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD246 is #002DB9. Grayscale: #D0D0D0. Windows color (decimal): -11706 or 4641535. OLE color: 4641535.
HSL color Cylindrical-coordinate representation of color #FFD246: hue angle of 45.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFD246 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 70 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 45.41º | 1% | 0.64% | - |
| HSV(B) | 45.41º | 0.73% | 1% | - |
| XYZ | 65.39 | 67.8 | 15.43 | - |
| YUV | 207.5 | 50.41 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 70 | 0 | 0.18 | 0.73 | 0 | 45.41 | 1 | 0.64 |
| Hex | FF | D2 | 46 | 0 | 12 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 322 | 106 | 0 | 22 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010010 | 1000110 | 0 | 10010 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD246
Complementary color
Monochromatic Colors of #FFD246
Black with #FFD246
Text Example
Text Example
White with #FFD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD246; }
p { color: rgb(255,210,70); }
H1.HeaderClassName
{
color: #FFD246;
}
.AnyTagClassName
{
color: #FFD246;
}
</style>
background-color css
<style>
a { background-color: #FFD246; }
a { background-color: rgb(255,210,70); }
div.DivClassName
{
background-color: #FFD246;
}
.BgClassName
{
background-color: #FFD246;
}
</style>
border-color css
<style>
span { border-color: #FFD246; }
span { border-color: rgb(255,210,70); }
td.TdClassName
{
border-color: #FFD246;
}
.TagClassName
{
border-color: #FFD246;
}
</style>