Shades of Kournikova #FED050
Tints of Kournikova #FED050
RGB
CMYK
RGB Variations
Color information
#FED050 (or 0xFED050) is known color: Kournikova. HEX triplet: FE, D0 and 50. RGB value is (254,208,80). Sum of RGB (Red+Green+Blue) = 254+208+80=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FED050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED050 is #012FAF. Grayscale: #CFCFCF. Windows color (decimal): -77744 or 5296382. OLE color: 5296382.
HSL color Cylindrical-coordinate representation of color #FED050: hue angle of 44.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED050 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 80 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.00 |
| HSL | 44.14º | 0.99% | 0.65% | - |
| HSV(B) | 44.14º | 0.69% | 1% | - |
| XYZ | 64.88 | 66.76 | 17.06 | - |
| YUV | 207.16 | 56.24 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 80 | 0 | 0.18 | 0.69 | 0.00 | 44.14 | 0.99 | 0.65 |
| Hex | FE | D0 | 50 | 0 | 12 | 45 | 0 | 2C | 63 | 41 |
| Octal | 376 | 320 | 120 | 0 | 22 | 105 | 0 | 54 | 143 | 101 |
| Binary | 11111110 | 11010000 | 1010000 | 0 | 10010 | 1000101 | 0 | 101100 | 1100011 | 1000001 |
Color Harmonies of #FED050
Complementary color
Monochromatic Colors of #FED050
Black with #FED050
Text Example
Text Example
White with #FED050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED050; }
p { color: rgb(254,208,80); }
H1.HeaderClassName
{
color: #FED050;
}
.AnyTagClassName
{
color: #FED050;
}
</style>
background-color css
<style>
a { background-color: #FED050; }
a { background-color: rgb(254,208,80); }
div.DivClassName
{
background-color: #FED050;
}
.BgClassName
{
background-color: #FED050;
}
</style>
border-color css
<style>
span { border-color: #FED050; }
span { border-color: rgb(254,208,80); }
td.TdClassName
{
border-color: #FED050;
}
.TagClassName
{
border-color: #FED050;
}
</style>