Shades of Kournikova #FECE44
Tints of Kournikova #FECE44
RGB
CMYK
RGB Variations
Color information
#FECE44 (or 0xFECE44) is known color: Kournikova. HEX triplet: FE, CE and 44. RGB value is (254,206,68). Sum of RGB (Red+Green+Blue) = 254+206+68=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE44 is #0131BB. Grayscale: #CDCDCD. Windows color (decimal): -78268 or 4509438. OLE color: 4509438.
HSL color Cylindrical-coordinate representation of color #FECE44: hue angle of 44.52º 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 #FECE44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.00 |
| HSL | 44.52º | 0.99% | 0.63% | - |
| HSV(B) | 44.52º | 0.73% | 1% | - |
| XYZ | 63.99 | 65.63 | 14.76 | - |
| YUV | 204.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 68 | 0 | 0.19 | 0.73 | 0.00 | 44.52 | 0.99 | 0.63 |
| Hex | FE | CE | 44 | 0 | 13 | 49 | 0 | 2D | 63 | 3F |
| Octal | 376 | 316 | 104 | 0 | 23 | 111 | 0 | 55 | 143 | 77 |
| Binary | 11111110 | 11001110 | 1000100 | 0 | 10011 | 1001001 | 0 | 101101 | 1100011 | 111111 |
Color Harmonies of #FECE44
Complementary color
Monochromatic Colors of #FECE44
Black with #FECE44
Text Example
Text Example
White with #FECE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE44; }
p { color: rgb(254,206,68); }
H1.HeaderClassName
{
color: #FECE44;
}
.AnyTagClassName
{
color: #FECE44;
}
</style>
background-color css
<style>
a { background-color: #FECE44; }
a { background-color: rgb(254,206,68); }
div.DivClassName
{
background-color: #FECE44;
}
.BgClassName
{
background-color: #FECE44;
}
</style>
border-color css
<style>
span { border-color: #FECE44; }
span { border-color: rgb(254,206,68); }
td.TdClassName
{
border-color: #FECE44;
}
.TagClassName
{
border-color: #FECE44;
}
</style>