Shades of Kournikova #FECB5F
Tints of Kournikova #FECB5F
RGB
CMYK
RGB Variations
Color information
#FECB5F (or 0xFECB5F) is known color: Kournikova. HEX triplet: FE, CB and 5F. RGB value is (254,203,95). Sum of RGB (Red+Green+Blue) = 254+203+95=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 95 (37.5% from 255 or 17.21% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB5F is #0134A0. Grayscale: #CECECE. Windows color (decimal): -79009 or 6278142. OLE color: 6278142.
HSL color Cylindrical-coordinate representation of color #FECB5F: hue angle of 40.75º 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 #FECB5F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 95 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.00 |
| HSL | 40.75º | 0.99% | 0.68% | - |
| HSV(B) | 40.75º | 0.63% | 1% | - |
| XYZ | 64.29 | 64.61 | 19.91 | - |
| YUV | 205.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 95 | 0 | 0.20 | 0.63 | 0.00 | 40.75 | 0.99 | 0.68 |
| Hex | FE | CB | 5F | 0 | 14 | 3F | 0 | 29 | 63 | 44 |
| Octal | 376 | 313 | 137 | 0 | 24 | 77 | 0 | 51 | 143 | 104 |
| Binary | 11111110 | 11001011 | 1011111 | 0 | 10100 | 111111 | 0 | 101001 | 1100011 | 1000100 |
Color Harmonies of #FECB5F
Complementary color
Monochromatic Colors of #FECB5F
Black with #FECB5F
Text Example
Text Example
White with #FECB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB5F; }
p { color: rgb(254,203,95); }
H1.HeaderClassName
{
color: #FECB5F;
}
.AnyTagClassName
{
color: #FECB5F;
}
</style>
background-color css
<style>
a { background-color: #FECB5F; }
a { background-color: rgb(254,203,95); }
div.DivClassName
{
background-color: #FECB5F;
}
.BgClassName
{
background-color: #FECB5F;
}
</style>
border-color css
<style>
span { border-color: #FECB5F; }
span { border-color: rgb(254,203,95); }
td.TdClassName
{
border-color: #FECB5F;
}
.TagClassName
{
border-color: #FECB5F;
}
</style>