Shades of Kournikova #FECD44
Tints of Kournikova #FECD44
RGB
CMYK
RGB Variations
Color information
#FECD44 (or 0xFECD44) is known color: Kournikova. HEX triplet: FE, CD and 44. RGB value is (254,205,68). Sum of RGB (Red+Green+Blue) = 254+205+68=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD44 is #0132BB. Grayscale: #CCCCCC. Windows color (decimal): -78524 or 4509182. OLE color: 4509182.
HSL color Cylindrical-coordinate representation of color #FECD44: hue angle of 44.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FECD44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.00 |
| HSL | 44.19º | 0.99% | 0.63% | - |
| HSV(B) | 44.19º | 0.73% | 1% | - |
| XYZ | 63.75 | 65.15 | 14.68 | - |
| YUV | 204.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 68 | 0 | 0.19 | 0.73 | 0.00 | 44.19 | 0.99 | 0.63 |
| Hex | FE | CD | 44 | 0 | 13 | 49 | 0 | 2C | 63 | 3F |
| Octal | 376 | 315 | 104 | 0 | 23 | 111 | 0 | 54 | 143 | 77 |
| Binary | 11111110 | 11001101 | 1000100 | 0 | 10011 | 1001001 | 0 | 101100 | 1100011 | 111111 |
Color Harmonies of #FECD44
Complementary color
Monochromatic Colors of #FECD44
Black with #FECD44
Text Example
Text Example
White with #FECD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD44; }
p { color: rgb(254,205,68); }
H1.HeaderClassName
{
color: #FECD44;
}
.AnyTagClassName
{
color: #FECD44;
}
</style>
background-color css
<style>
a { background-color: #FECD44; }
a { background-color: rgb(254,205,68); }
div.DivClassName
{
background-color: #FECD44;
}
.BgClassName
{
background-color: #FECD44;
}
</style>
border-color css
<style>
span { border-color: #FECD44; }
span { border-color: rgb(254,205,68); }
td.TdClassName
{
border-color: #FECD44;
}
.TagClassName
{
border-color: #FECD44;
}
</style>