Shades of Kournikova #FECE4D
Tints of Kournikova #FECE4D
RGB
CMYK
RGB Variations
Color information
#FECE4D (or 0xFECE4D) is known color: Kournikova. HEX triplet: FE, CE and 4D. RGB value is (254,206,77). Sum of RGB (Red+Green+Blue) = 254+206+77=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE4D is #0131B2. Grayscale: #CECECE. Windows color (decimal): -78259 or 5099262. OLE color: 5099262.
HSL color Cylindrical-coordinate representation of color #FECE4D: hue angle of 43.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FECE4D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 77 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.00 |
| HSL | 43.73º | 0.99% | 0.65% | - |
| HSV(B) | 43.73º | 0.7% | 1% | - |
| XYZ | 64.28 | 65.75 | 16.32 | - |
| YUV | 205.65 | 55.4 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 77 | 0 | 0.19 | 0.70 | 0.00 | 43.73 | 0.99 | 0.65 |
| Hex | FE | CE | 4D | 0 | 13 | 46 | 0 | 2C | 63 | 41 |
| Octal | 376 | 316 | 115 | 0 | 23 | 106 | 0 | 54 | 143 | 101 |
| Binary | 11111110 | 11001110 | 1001101 | 0 | 10011 | 1000110 | 0 | 101100 | 1100011 | 1000001 |
Color Harmonies of #FECE4D
Complementary color
Monochromatic Colors of #FECE4D
Black with #FECE4D
Text Example
Text Example
White with #FECE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE4D; }
p { color: rgb(254,206,77); }
H1.HeaderClassName
{
color: #FECE4D;
}
.AnyTagClassName
{
color: #FECE4D;
}
</style>
background-color css
<style>
a { background-color: #FECE4D; }
a { background-color: rgb(254,206,77); }
div.DivClassName
{
background-color: #FECE4D;
}
.BgClassName
{
background-color: #FECE4D;
}
</style>
border-color css
<style>
span { border-color: #FECE4D; }
span { border-color: rgb(254,206,77); }
td.TdClassName
{
border-color: #FECE4D;
}
.TagClassName
{
border-color: #FECE4D;
}
</style>