Shades of Kournikova #FFD04A
Tints of Kournikova #FFD04A
RGB
CMYK
RGB Variations
Color information
#FFD04A (or 0xFFD04A) is known color: Kournikova. HEX triplet: FF, D0 and 4A. RGB value is (255,208,74). Sum of RGB (Red+Green+Blue) = 255+208+74=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD04A is #002FB5. Grayscale: #CFCFCF. Windows color (decimal): -12214 or 4903167. OLE color: 4903167.
HSL color Cylindrical-coordinate representation of color #FFD04A: hue angle of 44.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD04A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 74 | - |
| CMYK | 0 | 0.18 | 0.71 | 0 |
| HSL | 44.42º | 1% | 0.65% | - |
| HSV(B) | 44.42º | 0.71% | 1% | - |
| XYZ | 65.03 | 66.87 | 15.96 | - |
| YUV | 206.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 74 | 0 | 0.18 | 0.71 | 0 | 44.42 | 1 | 0.65 |
| Hex | FF | D0 | 4A | 0 | 12 | 47 | 0 | 2C | 64 | 41 |
| Octal | 377 | 320 | 112 | 0 | 22 | 107 | 0 | 54 | 144 | 101 |
| Binary | 11111111 | 11010000 | 1001010 | 0 | 10010 | 1000111 | 0 | 101100 | 1100100 | 1000001 |
Color Harmonies of #FFD04A
Complementary color
Monochromatic Colors of #FFD04A
Black with #FFD04A
Text Example
Text Example
White with #FFD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD04A; }
p { color: rgb(255,208,74); }
H1.HeaderClassName
{
color: #FFD04A;
}
.AnyTagClassName
{
color: #FFD04A;
}
</style>
background-color css
<style>
a { background-color: #FFD04A; }
a { background-color: rgb(255,208,74); }
div.DivClassName
{
background-color: #FFD04A;
}
.BgClassName
{
background-color: #FFD04A;
}
</style>
border-color css
<style>
span { border-color: #FFD04A; }
span { border-color: rgb(255,208,74); }
td.TdClassName
{
border-color: #FFD04A;
}
.TagClassName
{
border-color: #FFD04A;
}
</style>