Shades of Kournikova #FFCC51
Tints of Kournikova #FFCC51
RGB
CMYK
RGB Variations
Color information
#FFCC51 (or 0xFFCC51) is known color: Kournikova. HEX triplet: FF, CC and 51. RGB value is (255,204,81). Sum of RGB (Red+Green+Blue) = 255+204+81=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC51 is #0033AE. Grayscale: #CDCDCD. Windows color (decimal): -13231 or 5360895. OLE color: 5360895.
HSL color Cylindrical-coordinate representation of color #FFCC51: hue angle of 42.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFCC51 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 81 | - |
| CMYK | 0 | 0.2 | 0.68 | 0 |
| HSL | 42.41º | 1% | 0.66% | - |
| HSV(B) | 42.41º | 0.68% | 1% | - |
| XYZ | 64.32 | 65.04 | 16.95 | - |
| YUV | 205.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 81 | 0 | 0.2 | 0.68 | 0 | 42.41 | 1 | 0.66 |
| Hex | FF | CC | 51 | 0 | 14 | 44 | 0 | 2A | 64 | 42 |
| Octal | 377 | 314 | 121 | 0 | 24 | 104 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001100 | 1010001 | 0 | 10100 | 1000100 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCC51
Complementary color
Monochromatic Colors of #FFCC51
Black with #FFCC51
Text Example
Text Example
White with #FFCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC51; }
p { color: rgb(255,204,81); }
H1.HeaderClassName
{
color: #FFCC51;
}
.AnyTagClassName
{
color: #FFCC51;
}
</style>
background-color css
<style>
a { background-color: #FFCC51; }
a { background-color: rgb(255,204,81); }
div.DivClassName
{
background-color: #FFCC51;
}
.BgClassName
{
background-color: #FFCC51;
}
</style>
border-color css
<style>
span { border-color: #FFCC51; }
span { border-color: rgb(255,204,81); }
td.TdClassName
{
border-color: #FFCC51;
}
.TagClassName
{
border-color: #FFCC51;
}
</style>