Shades of Kournikova #FECB54
Tints of Kournikova #FECB54
RGB
CMYK
RGB Variations
Color information
#FECB54 (or 0xFECB54) is known color: Kournikova. HEX triplet: FE, CB and 54. RGB value is (254,203,84). Sum of RGB (Red+Green+Blue) = 254+203+84=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB54 is #0134AB. Grayscale: #CDCDCD. Windows color (decimal): -79020 or 5557246. OLE color: 5557246.
HSL color Cylindrical-coordinate representation of color #FECB54: hue angle of 42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FECB54 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 84 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.00 |
| HSL | 42º | 0.99% | 0.66% | - |
| HSV(B) | 42º | 0.67% | 1% | - |
| XYZ | 63.83 | 64.42 | 17.46 | - |
| YUV | 204.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 84 | 0 | 0.20 | 0.67 | 0.00 | 42 | 0.99 | 0.66 |
| Hex | FE | CB | 54 | 0 | 14 | 43 | 0 | 2A | 63 | 42 |
| Octal | 376 | 313 | 124 | 0 | 24 | 103 | 0 | 52 | 143 | 102 |
| Binary | 11111110 | 11001011 | 1010100 | 0 | 10100 | 1000011 | 0 | 101010 | 1100011 | 1000010 |
Color Harmonies of #FECB54
Complementary color
Monochromatic Colors of #FECB54
Black with #FECB54
Text Example
Text Example
White with #FECB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB54; }
p { color: rgb(254,203,84); }
H1.HeaderClassName
{
color: #FECB54;
}
.AnyTagClassName
{
color: #FECB54;
}
</style>
background-color css
<style>
a { background-color: #FECB54; }
a { background-color: rgb(254,203,84); }
div.DivClassName
{
background-color: #FECB54;
}
.BgClassName
{
background-color: #FECB54;
}
</style>
border-color css
<style>
span { border-color: #FECB54; }
span { border-color: rgb(254,203,84); }
td.TdClassName
{
border-color: #FECB54;
}
.TagClassName
{
border-color: #FECB54;
}
</style>