Shades of Kournikova #FFCE55
Tints of Kournikova #FFCE55
RGB
CMYK
RGB Variations
Color information
#FFCE55 (or 0xFFCE55) is known color: Kournikova. HEX triplet: FF, CE and 55. RGB value is (255,206,85). Sum of RGB (Red+Green+Blue) = 255+206+85=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE55 is #0031AA. Grayscale: #CFCFCF. Windows color (decimal): -12715 or 5623551. OLE color: 5623551.
HSL color Cylindrical-coordinate representation of color #FFCE55: hue angle of 42.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCE55 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 85 | - |
| CMYK | 0 | 0.19 | 0.67 | 0 |
| HSL | 42.71º | 1% | 0.67% | - |
| HSV(B) | 42.71º | 0.67% | 1% | - |
| XYZ | 64.95 | 66.06 | 17.92 | - |
| YUV | 206.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 85 | 0 | 0.19 | 0.67 | 0 | 42.71 | 1 | 0.67 |
| Hex | FF | CE | 55 | 0 | 13 | 43 | 0 | 2B | 64 | 43 |
| Octal | 377 | 316 | 125 | 0 | 23 | 103 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11001110 | 1010101 | 0 | 10011 | 1000011 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFCE55
Complementary color
Monochromatic Colors of #FFCE55
Black with #FFCE55
Text Example
Text Example
White with #FFCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE55; }
p { color: rgb(255,206,85); }
H1.HeaderClassName
{
color: #FFCE55;
}
.AnyTagClassName
{
color: #FFCE55;
}
</style>
background-color css
<style>
a { background-color: #FFCE55; }
a { background-color: rgb(255,206,85); }
div.DivClassName
{
background-color: #FFCE55;
}
.BgClassName
{
background-color: #FFCE55;
}
</style>
border-color css
<style>
span { border-color: #FFCE55; }
span { border-color: rgb(255,206,85); }
td.TdClassName
{
border-color: #FFCE55;
}
.TagClassName
{
border-color: #FFCE55;
}
</style>