Shades of Kournikova #FECD51
Tints of Kournikova #FECD51
RGB
CMYK
RGB Variations
Color information
#FECD51 (or 0xFECD51) is known color: Kournikova. HEX triplet: FE, CD and 51. RGB value is (254,205,81). Sum of RGB (Red+Green+Blue) = 254+205+81=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD51 is #0132AE. Grayscale: #CECECE. Windows color (decimal): -78511 or 5361150. OLE color: 5361150.
HSL color Cylindrical-coordinate representation of color #FECD51: hue angle of 43.01º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FECD51 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 81 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.00 |
| HSL | 43.01º | 0.99% | 0.66% | - |
| HSV(B) | 43.01º | 0.68% | 1% | - |
| XYZ | 64.19 | 65.33 | 17.01 | - |
| YUV | 205.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 81 | 0 | 0.19 | 0.68 | 0.00 | 43.01 | 0.99 | 0.66 |
| Hex | FE | CD | 51 | 0 | 13 | 44 | 0 | 2B | 63 | 42 |
| Octal | 376 | 315 | 121 | 0 | 23 | 104 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001101 | 1010001 | 0 | 10011 | 1000100 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECD51
Complementary color
Monochromatic Colors of #FECD51
Black with #FECD51
Text Example
Text Example
White with #FECD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD51; }
p { color: rgb(254,205,81); }
H1.HeaderClassName
{
color: #FECD51;
}
.AnyTagClassName
{
color: #FECD51;
}
</style>
background-color css
<style>
a { background-color: #FECD51; }
a { background-color: rgb(254,205,81); }
div.DivClassName
{
background-color: #FECD51;
}
.BgClassName
{
background-color: #FECD51;
}
</style>
border-color css
<style>
span { border-color: #FECD51; }
span { border-color: rgb(254,205,81); }
td.TdClassName
{
border-color: #FECD51;
}
.TagClassName
{
border-color: #FECD51;
}
</style>