Shades of Kournikova #FECF5B
Tints of Kournikova #FECF5B
RGB
CMYK
RGB Variations
Color information
#FECF5B (or 0xFECF5B) is known color: Kournikova. HEX triplet: FE, CF and 5B. RGB value is (254,207,91). Sum of RGB (Red+Green+Blue) = 254+207+91=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF5B is #0130A4. Grayscale: #D0D0D0. Windows color (decimal): -77989 or 6017022. OLE color: 6017022.
HSL color Cylindrical-coordinate representation of color #FECF5B: hue angle of 42.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FECF5B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 91 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.00 |
| HSL | 42.7º | 0.99% | 0.68% | - |
| HSV(B) | 42.7º | 0.64% | 1% | - |
| XYZ | 65.07 | 66.45 | 19.29 | - |
| YUV | 207.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 91 | 0 | 0.19 | 0.64 | 0.00 | 42.7 | 0.99 | 0.68 |
| Hex | FE | CF | 5B | 0 | 13 | 40 | 0 | 2B | 63 | 44 |
| Octal | 376 | 317 | 133 | 0 | 23 | 100 | 0 | 53 | 143 | 104 |
| Binary | 11111110 | 11001111 | 1011011 | 0 | 10011 | 1000000 | 0 | 101011 | 1100011 | 1000100 |
Color Harmonies of #FECF5B
Complementary color
Monochromatic Colors of #FECF5B
Black with #FECF5B
Text Example
Text Example
White with #FECF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF5B; }
p { color: rgb(254,207,91); }
H1.HeaderClassName
{
color: #FECF5B;
}
.AnyTagClassName
{
color: #FECF5B;
}
</style>
background-color css
<style>
a { background-color: #FECF5B; }
a { background-color: rgb(254,207,91); }
div.DivClassName
{
background-color: #FECF5B;
}
.BgClassName
{
background-color: #FECF5B;
}
</style>
border-color css
<style>
span { border-color: #FECF5B; }
span { border-color: rgb(254,207,91); }
td.TdClassName
{
border-color: #FECF5B;
}
.TagClassName
{
border-color: #FECF5B;
}
</style>