Shades of Kournikova #FED04D
Tints of Kournikova #FED04D
RGB
CMYK
RGB Variations
Color information
#FED04D (or 0xFED04D) is known color: Kournikova. HEX triplet: FE, D0 and 4D. RGB value is (254,208,77). Sum of RGB (Red+Green+Blue) = 254+208+77=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FED04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED04D is #012FB2. Grayscale: #CFCFCF. Windows color (decimal): -77747 or 5099774. OLE color: 5099774.
HSL color Cylindrical-coordinate representation of color #FED04D: hue angle of 44.41º 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 #FED04D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 77 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.00 |
| HSL | 44.41º | 0.99% | 0.65% | - |
| HSV(B) | 44.41º | 0.7% | 1% | - |
| XYZ | 64.77 | 66.72 | 16.49 | - |
| YUV | 206.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 77 | 0 | 0.18 | 0.70 | 0.00 | 44.41 | 0.99 | 0.65 |
| Hex | FE | D0 | 4D | 0 | 12 | 46 | 0 | 2C | 63 | 41 |
| Octal | 376 | 320 | 115 | 0 | 22 | 106 | 0 | 54 | 143 | 101 |
| Binary | 11111110 | 11010000 | 1001101 | 0 | 10010 | 1000110 | 0 | 101100 | 1100011 | 1000001 |
Color Harmonies of #FED04D
Complementary color
Monochromatic Colors of #FED04D
Black with #FED04D
Text Example
Text Example
White with #FED04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED04D; }
p { color: rgb(254,208,77); }
H1.HeaderClassName
{
color: #FED04D;
}
.AnyTagClassName
{
color: #FED04D;
}
</style>
background-color css
<style>
a { background-color: #FED04D; }
a { background-color: rgb(254,208,77); }
div.DivClassName
{
background-color: #FED04D;
}
.BgClassName
{
background-color: #FED04D;
}
</style>
border-color css
<style>
span { border-color: #FED04D; }
span { border-color: rgb(254,208,77); }
td.TdClassName
{
border-color: #FED04D;
}
.TagClassName
{
border-color: #FED04D;
}
</style>