Shades of Kournikova #FECC5B
Tints of Kournikova #FECC5B
RGB
CMYK
RGB Variations
Color information
#FECC5B (or 0xFECC5B) is known color: Kournikova. HEX triplet: FE, CC and 5B. RGB value is (254,204,91). Sum of RGB (Red+Green+Blue) = 254+204+91=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC5B is #0133A4. Grayscale: #CECECE. Windows color (decimal): -78757 or 6016254. OLE color: 6016254.
HSL color Cylindrical-coordinate representation of color #FECC5B: hue angle of 41.6º 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 #FECC5B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 91 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.00 |
| HSL | 41.6º | 0.99% | 0.68% | - |
| HSV(B) | 41.6º | 0.64% | 1% | - |
| XYZ | 64.35 | 65.01 | 19.05 | - |
| YUV | 206.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 91 | 0 | 0.20 | 0.64 | 0.00 | 41.6 | 0.99 | 0.68 |
| Hex | FE | CC | 5B | 0 | 14 | 40 | 0 | 2A | 63 | 44 |
| Octal | 376 | 314 | 133 | 0 | 24 | 100 | 0 | 52 | 143 | 104 |
| Binary | 11111110 | 11001100 | 1011011 | 0 | 10100 | 1000000 | 0 | 101010 | 1100011 | 1000100 |
Color Harmonies of #FECC5B
Complementary color
Monochromatic Colors of #FECC5B
Black with #FECC5B
Text Example
Text Example
White with #FECC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC5B; }
p { color: rgb(254,204,91); }
H1.HeaderClassName
{
color: #FECC5B;
}
.AnyTagClassName
{
color: #FECC5B;
}
</style>
background-color css
<style>
a { background-color: #FECC5B; }
a { background-color: rgb(254,204,91); }
div.DivClassName
{
background-color: #FECC5B;
}
.BgClassName
{
background-color: #FECC5B;
}
</style>
border-color css
<style>
span { border-color: #FECC5B; }
span { border-color: rgb(254,204,91); }
td.TdClassName
{
border-color: #FECC5B;
}
.TagClassName
{
border-color: #FECC5B;
}
</style>