Shades of Kournikova #FECC45
Tints of Kournikova #FECC45
RGB
CMYK
RGB Variations
Color information
#FECC45 (or 0xFECC45) is known color: Kournikova. HEX triplet: FE, CC and 45. RGB value is (254,204,69). Sum of RGB (Red+Green+Blue) = 254+204+69=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC45 is #0133BA. Grayscale: #CCCCCC. Windows color (decimal): -78779 or 4574462. OLE color: 4574462.
HSL color Cylindrical-coordinate representation of color #FECC45: hue angle of 43.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FECC45 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 69 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.00 |
| HSL | 43.78º | 0.99% | 0.63% | - |
| HSV(B) | 43.78º | 0.73% | 1% | - |
| XYZ | 63.54 | 64.69 | 14.77 | - |
| YUV | 203.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 69 | 0 | 0.20 | 0.73 | 0.00 | 43.78 | 0.99 | 0.63 |
| Hex | FE | CC | 45 | 0 | 14 | 49 | 0 | 2C | 63 | 3F |
| Octal | 376 | 314 | 105 | 0 | 24 | 111 | 0 | 54 | 143 | 77 |
| Binary | 11111110 | 11001100 | 1000101 | 0 | 10100 | 1001001 | 0 | 101100 | 1100011 | 111111 |
Color Harmonies of #FECC45
Complementary color
Monochromatic Colors of #FECC45
Black with #FECC45
Text Example
Text Example
White with #FECC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC45; }
p { color: rgb(254,204,69); }
H1.HeaderClassName
{
color: #FECC45;
}
.AnyTagClassName
{
color: #FECC45;
}
</style>
background-color css
<style>
a { background-color: #FECC45; }
a { background-color: rgb(254,204,69); }
div.DivClassName
{
background-color: #FECC45;
}
.BgClassName
{
background-color: #FECC45;
}
</style>
border-color css
<style>
span { border-color: #FECC45; }
span { border-color: rgb(254,204,69); }
td.TdClassName
{
border-color: #FECC45;
}
.TagClassName
{
border-color: #FECC45;
}
</style>