Shades of Kournikova #FED04F
Tints of Kournikova #FED04F
RGB
CMYK
RGB Variations
Color information
#FED04F (or 0xFED04F) is known color: Kournikova. HEX triplet: FE, D0 and 4F. RGB value is (254,208,79). Sum of RGB (Red+Green+Blue) = 254+208+79=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FED04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED04F is #012FB0. Grayscale: #CFCFCF. Windows color (decimal): -77745 or 5230846. OLE color: 5230846.
HSL color Cylindrical-coordinate representation of color #FED04F: hue angle of 44.23º 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 #FED04F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 79 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.00 |
| HSL | 44.23º | 0.99% | 0.65% | - |
| HSV(B) | 44.23º | 0.69% | 1% | - |
| XYZ | 64.84 | 66.75 | 16.86 | - |
| YUV | 207.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 79 | 0 | 0.18 | 0.69 | 0.00 | 44.23 | 0.99 | 0.65 |
| Hex | FE | D0 | 4F | 0 | 12 | 45 | 0 | 2C | 63 | 41 |
| Octal | 376 | 320 | 117 | 0 | 22 | 105 | 0 | 54 | 143 | 101 |
| Binary | 11111110 | 11010000 | 1001111 | 0 | 10010 | 1000101 | 0 | 101100 | 1100011 | 1000001 |
Color Harmonies of #FED04F
Complementary color
Monochromatic Colors of #FED04F
Black with #FED04F
Text Example
Text Example
White with #FED04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED04F; }
p { color: rgb(254,208,79); }
H1.HeaderClassName
{
color: #FED04F;
}
.AnyTagClassName
{
color: #FED04F;
}
</style>
background-color css
<style>
a { background-color: #FED04F; }
a { background-color: rgb(254,208,79); }
div.DivClassName
{
background-color: #FED04F;
}
.BgClassName
{
background-color: #FED04F;
}
</style>
border-color css
<style>
span { border-color: #FED04F; }
span { border-color: rgb(254,208,79); }
td.TdClassName
{
border-color: #FED04F;
}
.TagClassName
{
border-color: #FED04F;
}
</style>