Shades of Kournikova #FECB4D
Tints of Kournikova #FECB4D
RGB
CMYK
RGB Variations
Color information
#FECB4D (or 0xFECB4D) is known color: Kournikova. HEX triplet: FE, CB and 4D. RGB value is (254,203,77). Sum of RGB (Red+Green+Blue) = 254+203+77=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB4D is #0134B2. Grayscale: #CCCCCC. Windows color (decimal): -79027 or 5098494. OLE color: 5098494.
HSL color Cylindrical-coordinate representation of color #FECB4D: hue angle of 42.71º 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 #FECB4D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 77 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.00 |
| HSL | 42.71º | 0.99% | 0.65% | - |
| HSV(B) | 42.71º | 0.7% | 1% | - |
| XYZ | 63.57 | 64.32 | 16.09 | - |
| YUV | 203.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 77 | 0 | 0.20 | 0.70 | 0.00 | 42.71 | 0.99 | 0.65 |
| Hex | FE | CB | 4D | 0 | 14 | 46 | 0 | 2B | 63 | 41 |
| Octal | 376 | 313 | 115 | 0 | 24 | 106 | 0 | 53 | 143 | 101 |
| Binary | 11111110 | 11001011 | 1001101 | 0 | 10100 | 1000110 | 0 | 101011 | 1100011 | 1000001 |
Color Harmonies of #FECB4D
Complementary color
Monochromatic Colors of #FECB4D
Black with #FECB4D
Text Example
Text Example
White with #FECB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB4D; }
p { color: rgb(254,203,77); }
H1.HeaderClassName
{
color: #FECB4D;
}
.AnyTagClassName
{
color: #FECB4D;
}
</style>
background-color css
<style>
a { background-color: #FECB4D; }
a { background-color: rgb(254,203,77); }
div.DivClassName
{
background-color: #FECB4D;
}
.BgClassName
{
background-color: #FECB4D;
}
</style>
border-color css
<style>
span { border-color: #FECB4D; }
span { border-color: rgb(254,203,77); }
td.TdClassName
{
border-color: #FECB4D;
}
.TagClassName
{
border-color: #FECB4D;
}
</style>