Shades of Kournikova #FECB5D
Tints of Kournikova #FECB5D
RGB
CMYK
RGB Variations
Color information
#FECB5D (or 0xFECB5D) is known color: Kournikova. HEX triplet: FE, CB and 5D. RGB value is (254,203,93). Sum of RGB (Red+Green+Blue) = 254+203+93=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB5D is #0134A2. Grayscale: #CECECE. Windows color (decimal): -79011 or 6147070. OLE color: 6147070.
HSL color Cylindrical-coordinate representation of color #FECB5D: hue angle of 40.99º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FECB5D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 93 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.00 |
| HSL | 40.99º | 0.99% | 0.68% | - |
| HSV(B) | 40.99º | 0.63% | 1% | - |
| XYZ | 64.2 | 64.57 | 19.44 | - |
| YUV | 205.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 93 | 0 | 0.20 | 0.63 | 0.00 | 40.99 | 0.99 | 0.68 |
| Hex | FE | CB | 5D | 0 | 14 | 3F | 0 | 29 | 63 | 44 |
| Octal | 376 | 313 | 135 | 0 | 24 | 77 | 0 | 51 | 143 | 104 |
| Binary | 11111110 | 11001011 | 1011101 | 0 | 10100 | 111111 | 0 | 101001 | 1100011 | 1000100 |
Color Harmonies of #FECB5D
Complementary color
Monochromatic Colors of #FECB5D
Black with #FECB5D
Text Example
Text Example
White with #FECB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB5D; }
p { color: rgb(254,203,93); }
H1.HeaderClassName
{
color: #FECB5D;
}
.AnyTagClassName
{
color: #FECB5D;
}
</style>
background-color css
<style>
a { background-color: #FECB5D; }
a { background-color: rgb(254,203,93); }
div.DivClassName
{
background-color: #FECB5D;
}
.BgClassName
{
background-color: #FECB5D;
}
</style>
border-color css
<style>
span { border-color: #FECB5D; }
span { border-color: rgb(254,203,93); }
td.TdClassName
{
border-color: #FECB5D;
}
.TagClassName
{
border-color: #FECB5D;
}
</style>