Shades of Kournikova #FECB4E
Tints of Kournikova #FECB4E
RGB
CMYK
RGB Variations
Color information
#FECB4E (or 0xFECB4E) is known color: Kournikova. HEX triplet: FE, CB and 4E. RGB value is (254,203,78). Sum of RGB (Red+Green+Blue) = 254+203+78=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB4E is #0134B1. Grayscale: #CCCCCC. Windows color (decimal): -79026 or 5164030. OLE color: 5164030.
HSL color Cylindrical-coordinate representation of color #FECB4E: hue angle of 42.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FECB4E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.00 |
| HSL | 42.61º | 0.99% | 0.65% | - |
| HSV(B) | 42.61º | 0.69% | 1% | - |
| XYZ | 63.6 | 64.33 | 16.27 | - |
| YUV | 204 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 78 | 0 | 0.20 | 0.69 | 0.00 | 42.61 | 0.99 | 0.65 |
| Hex | FE | CB | 4E | 0 | 14 | 45 | 0 | 2B | 63 | 41 |
| Octal | 376 | 313 | 116 | 0 | 24 | 105 | 0 | 53 | 143 | 101 |
| Binary | 11111110 | 11001011 | 1001110 | 0 | 10100 | 1000101 | 0 | 101011 | 1100011 | 1000001 |
Color Harmonies of #FECB4E
Complementary color
Monochromatic Colors of #FECB4E
Black with #FECB4E
Text Example
Text Example
White with #FECB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB4E; }
p { color: rgb(254,203,78); }
H1.HeaderClassName
{
color: #FECB4E;
}
.AnyTagClassName
{
color: #FECB4E;
}
</style>
background-color css
<style>
a { background-color: #FECB4E; }
a { background-color: rgb(254,203,78); }
div.DivClassName
{
background-color: #FECB4E;
}
.BgClassName
{
background-color: #FECB4E;
}
</style>
border-color css
<style>
span { border-color: #FECB4E; }
span { border-color: rgb(254,203,78); }
td.TdClassName
{
border-color: #FECB4E;
}
.TagClassName
{
border-color: #FECB4E;
}
</style>