Shades of Kournikova #FED44C
Tints of Kournikova #FED44C
RGB
CMYK
RGB Variations
Color information
#FED44C (or 0xFED44C) is known color: Kournikova. HEX triplet: FE, D4 and 4C. RGB value is (254,212,76). Sum of RGB (Red+Green+Blue) = 254+212+76=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FED44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED44C is #012BB3. Grayscale: #D1D1D1. Windows color (decimal): -76724 or 5035262. OLE color: 5035262.
HSL color Cylindrical-coordinate representation of color #FED44C: hue angle of 45.84º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FED44C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 76 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.00 |
| HSL | 45.84º | 0.99% | 0.65% | - |
| HSV(B) | 45.84º | 0.7% | 1% | - |
| XYZ | 65.72 | 68.68 | 16.63 | - |
| YUV | 209.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 76 | 0 | 0.17 | 0.70 | 0.00 | 45.84 | 0.99 | 0.65 |
| Hex | FE | D4 | 4C | 0 | 11 | 46 | 0 | 2E | 63 | 41 |
| Octal | 376 | 324 | 114 | 0 | 21 | 106 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010100 | 1001100 | 0 | 10001 | 1000110 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED44C
Complementary color
Monochromatic Colors of #FED44C
Black with #FED44C
Text Example
Text Example
White with #FED44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED44C; }
p { color: rgb(254,212,76); }
H1.HeaderClassName
{
color: #FED44C;
}
.AnyTagClassName
{
color: #FED44C;
}
</style>
background-color css
<style>
a { background-color: #FED44C; }
a { background-color: rgb(254,212,76); }
div.DivClassName
{
background-color: #FED44C;
}
.BgClassName
{
background-color: #FED44C;
}
</style>
border-color css
<style>
span { border-color: #FED44C; }
span { border-color: rgb(254,212,76); }
td.TdClassName
{
border-color: #FED44C;
}
.TagClassName
{
border-color: #FED44C;
}
</style>