Shades of Kournikova #FED54C
Tints of Kournikova #FED54C
RGB
CMYK
RGB Variations
Color information
#FED54C (or 0xFED54C) is known color: Kournikova. HEX triplet: FE, D5 and 4C. RGB value is (254,213,76). Sum of RGB (Red+Green+Blue) = 254+213+76=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 76 (30.08% from 255 or 14.00% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FED54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED54C is #012AB3. Grayscale: #D2D2D2. Windows color (decimal): -76468 or 5035518. OLE color: 5035518.
HSL color Cylindrical-coordinate representation of color #FED54C: hue angle of 46.18º 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 #FED54C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 76 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.00 |
| HSL | 46.18º | 0.99% | 0.65% | - |
| HSV(B) | 46.18º | 0.7% | 1% | - |
| XYZ | 65.97 | 69.18 | 16.71 | - |
| YUV | 209.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 76 | 0 | 0.16 | 0.70 | 0.00 | 46.18 | 0.99 | 0.65 |
| Hex | FE | D5 | 4C | 0 | 10 | 46 | 0 | 2E | 63 | 41 |
| Octal | 376 | 325 | 114 | 0 | 20 | 106 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010101 | 1001100 | 0 | 10000 | 1000110 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED54C
Complementary color
Monochromatic Colors of #FED54C
Black with #FED54C
Text Example
Text Example
White with #FED54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED54C; }
p { color: rgb(254,213,76); }
H1.HeaderClassName
{
color: #FED54C;
}
.AnyTagClassName
{
color: #FED54C;
}
</style>
background-color css
<style>
a { background-color: #FED54C; }
a { background-color: rgb(254,213,76); }
div.DivClassName
{
background-color: #FED54C;
}
.BgClassName
{
background-color: #FED54C;
}
</style>
border-color css
<style>
span { border-color: #FED54C; }
span { border-color: rgb(254,213,76); }
td.TdClassName
{
border-color: #FED54C;
}
.TagClassName
{
border-color: #FED54C;
}
</style>