Shades of Kournikova #FFCE46
Tints of Kournikova #FFCE46
RGB
CMYK
RGB Variations
Color information
#FFCE46 (or 0xFFCE46) is known color: Kournikova. HEX triplet: FF, CE and 46. RGB value is (255,206,70). Sum of RGB (Red+Green+Blue) = 255+206+70=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE46 is #0031B9. Grayscale: #CDCDCD. Windows color (decimal): -12730 or 4640511. OLE color: 4640511.
HSL color Cylindrical-coordinate representation of color #FFCE46: hue angle of 44.11º 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 #FFCE46 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 70 | - |
| CMYK | 0 | 0.19 | 0.73 | 0 |
| HSL | 44.11º | 1% | 0.64% | - |
| HSV(B) | 44.11º | 0.73% | 1% | - |
| XYZ | 64.42 | 65.84 | 15.11 | - |
| YUV | 205.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 70 | 0 | 0.19 | 0.73 | 0 | 44.11 | 1 | 0.64 |
| Hex | FF | CE | 46 | 0 | 13 | 49 | 0 | 2C | 64 | 40 |
| Octal | 377 | 316 | 106 | 0 | 23 | 111 | 0 | 54 | 144 | 100 |
| Binary | 11111111 | 11001110 | 1000110 | 0 | 10011 | 1001001 | 0 | 101100 | 1100100 | 1000000 |
Color Harmonies of #FFCE46
Complementary color
Monochromatic Colors of #FFCE46
Black with #FFCE46
Text Example
Text Example
White with #FFCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE46; }
p { color: rgb(255,206,70); }
H1.HeaderClassName
{
color: #FFCE46;
}
.AnyTagClassName
{
color: #FFCE46;
}
</style>
background-color css
<style>
a { background-color: #FFCE46; }
a { background-color: rgb(255,206,70); }
div.DivClassName
{
background-color: #FFCE46;
}
.BgClassName
{
background-color: #FFCE46;
}
</style>
border-color css
<style>
span { border-color: #FFCE46; }
span { border-color: rgb(255,206,70); }
td.TdClassName
{
border-color: #FFCE46;
}
.TagClassName
{
border-color: #FFCE46;
}
</style>