Shades of Kournikova #FFCE53
Tints of Kournikova #FFCE53
RGB
CMYK
RGB Variations
Color information
#FFCE53 (or 0xFFCE53) is known color: Kournikova. HEX triplet: FF, CE and 53. RGB value is (255,206,83). Sum of RGB (Red+Green+Blue) = 255+206+83=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE53 is #0031AC. Grayscale: #CFCFCF. Windows color (decimal): -12717 or 5492479. OLE color: 5492479.
HSL color Cylindrical-coordinate representation of color #FFCE53: hue angle of 42.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCE53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 83 | - |
| CMYK | 0 | 0.19 | 0.67 | 0 |
| HSL | 42.91º | 1% | 0.66% | - |
| HSV(B) | 42.91º | 0.67% | 1% | - |
| XYZ | 64.87 | 66.03 | 17.51 | - |
| YUV | 206.63 | 58.23 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 83 | 0 | 0.19 | 0.67 | 0 | 42.91 | 1 | 0.66 |
| Hex | FF | CE | 53 | 0 | 13 | 43 | 0 | 2B | 64 | 42 |
| Octal | 377 | 316 | 123 | 0 | 23 | 103 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001110 | 1010011 | 0 | 10011 | 1000011 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCE53
Complementary color
Monochromatic Colors of #FFCE53
Black with #FFCE53
Text Example
Text Example
White with #FFCE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE53; }
p { color: rgb(255,206,83); }
H1.HeaderClassName
{
color: #FFCE53;
}
.AnyTagClassName
{
color: #FFCE53;
}
</style>
background-color css
<style>
a { background-color: #FFCE53; }
a { background-color: rgb(255,206,83); }
div.DivClassName
{
background-color: #FFCE53;
}
.BgClassName
{
background-color: #FFCE53;
}
</style>
border-color css
<style>
span { border-color: #FFCE53; }
span { border-color: rgb(255,206,83); }
td.TdClassName
{
border-color: #FFCE53;
}
.TagClassName
{
border-color: #FFCE53;
}
</style>