Shades of Kournikova #FED54F
Tints of Kournikova #FED54F
RGB
CMYK
RGB Variations
Color information
#FED54F (or 0xFED54F) is known color: Kournikova. HEX triplet: FE, D5 and 4F. RGB value is (254,213,79). Sum of RGB (Red+Green+Blue) = 254+213+79=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 79 (31.25% from 255 or 14.47% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED54F is #012AB0. Grayscale: #D2D2D2. Windows color (decimal): -76465 or 5232126. OLE color: 5232126.
HSL color Cylindrical-coordinate representation of color #FED54F: hue angle of 45.94º 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 #FED54F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 79 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.00 |
| HSL | 45.94º | 0.99% | 0.65% | - |
| HSV(B) | 45.94º | 0.69% | 1% | - |
| XYZ | 66.08 | 69.22 | 17.28 | - |
| YUV | 209.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 79 | 0 | 0.16 | 0.69 | 0.00 | 45.94 | 0.99 | 0.65 |
| Hex | FE | D5 | 4F | 0 | 10 | 45 | 0 | 2E | 63 | 41 |
| Octal | 376 | 325 | 117 | 0 | 20 | 105 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010101 | 1001111 | 0 | 10000 | 1000101 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED54F
Complementary color
Monochromatic Colors of #FED54F
Black with #FED54F
Text Example
Text Example
White with #FED54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED54F; }
p { color: rgb(254,213,79); }
H1.HeaderClassName
{
color: #FED54F;
}
.AnyTagClassName
{
color: #FED54F;
}
</style>
background-color css
<style>
a { background-color: #FED54F; }
a { background-color: rgb(254,213,79); }
div.DivClassName
{
background-color: #FED54F;
}
.BgClassName
{
background-color: #FED54F;
}
</style>
border-color css
<style>
span { border-color: #FED54F; }
span { border-color: rgb(254,213,79); }
td.TdClassName
{
border-color: #FED54F;
}
.TagClassName
{
border-color: #FED54F;
}
</style>