Shades of Kournikova #FECC53
Tints of Kournikova #FECC53
RGB
CMYK
RGB Variations
Color information
#FECC53 (or 0xFECC53) is known color: Kournikova. HEX triplet: FE, CC and 53. RGB value is (254,204,83). Sum of RGB (Red+Green+Blue) = 254+204+83=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC53 is #0133AC. Grayscale: #CDCDCD. Windows color (decimal): -78765 or 5491966. OLE color: 5491966.
HSL color Cylindrical-coordinate representation of color #FECC53: hue angle of 42.46º 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 #FECC53 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 83 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.00 |
| HSL | 42.46º | 0.99% | 0.66% | - |
| HSV(B) | 42.46º | 0.67% | 1% | - |
| XYZ | 64.03 | 64.88 | 17.33 | - |
| YUV | 205.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 83 | 0 | 0.20 | 0.67 | 0.00 | 42.46 | 0.99 | 0.66 |
| Hex | FE | CC | 53 | 0 | 14 | 43 | 0 | 2A | 63 | 42 |
| Octal | 376 | 314 | 123 | 0 | 24 | 103 | 0 | 52 | 143 | 102 |
| Binary | 11111110 | 11001100 | 1010011 | 0 | 10100 | 1000011 | 0 | 101010 | 1100011 | 1000010 |
Color Harmonies of #FECC53
Complementary color
Monochromatic Colors of #FECC53
Black with #FECC53
Text Example
Text Example
White with #FECC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC53; }
p { color: rgb(254,204,83); }
H1.HeaderClassName
{
color: #FECC53;
}
.AnyTagClassName
{
color: #FECC53;
}
</style>
background-color css
<style>
a { background-color: #FECC53; }
a { background-color: rgb(254,204,83); }
div.DivClassName
{
background-color: #FECC53;
}
.BgClassName
{
background-color: #FECC53;
}
</style>
border-color css
<style>
span { border-color: #FECC53; }
span { border-color: rgb(254,204,83); }
td.TdClassName
{
border-color: #FECC53;
}
.TagClassName
{
border-color: #FECC53;
}
</style>