Shades of Kournikova #FFCD46
Tints of Kournikova #FFCD46
RGB
CMYK
RGB Variations
Color information
#FFCD46 (or 0xFFCD46) is known color: Kournikova. HEX triplet: FF, CD and 46. RGB value is (255,205,70). Sum of RGB (Red+Green+Blue) = 255+205+70=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCD46 is #0032B9. Grayscale: #CDCDCD. Windows color (decimal): -12986 or 4640255. OLE color: 4640255.
HSL color Cylindrical-coordinate representation of color #FFCD46: hue angle of 43.78º 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 #FFCD46 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 70 | - |
| CMYK | 0 | 0.20 | 0.73 | 0 |
| HSL | 43.78º | 1% | 0.64% | - |
| HSV(B) | 43.78º | 0.73% | 1% | - |
| XYZ | 64.18 | 65.36 | 15.03 | - |
| YUV | 204.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 70 | 0 | 0.20 | 0.73 | 0 | 43.78 | 1 | 0.64 |
| Hex | FF | CD | 46 | 0 | 14 | 49 | 0 | 2C | 64 | 40 |
| Octal | 377 | 315 | 106 | 0 | 24 | 111 | 0 | 54 | 144 | 100 |
| Binary | 11111111 | 11001101 | 1000110 | 0 | 10100 | 1001001 | 0 | 101100 | 1100100 | 1000000 |
Color Harmonies of #FFCD46
Complementary color
Monochromatic Colors of #FFCD46
Black with #FFCD46
Text Example
Text Example
White with #FFCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD46; }
p { color: rgb(255,205,70); }
H1.HeaderClassName
{
color: #FFCD46;
}
.AnyTagClassName
{
color: #FFCD46;
}
</style>
background-color css
<style>
a { background-color: #FFCD46; }
a { background-color: rgb(255,205,70); }
div.DivClassName
{
background-color: #FFCD46;
}
.BgClassName
{
background-color: #FFCD46;
}
</style>
border-color css
<style>
span { border-color: #FFCD46; }
span { border-color: rgb(255,205,70); }
td.TdClassName
{
border-color: #FFCD46;
}
.TagClassName
{
border-color: #FFCD46;
}
</style>