Shades of Kournikova #FFD05A
Tints of Kournikova #FFD05A
RGB
CMYK
RGB Variations
Color information
#FFD05A (or 0xFFD05A) is known color: Kournikova. HEX triplet: FF, D0 and 5A. RGB value is (255,208,90). Sum of RGB (Red+Green+Blue) = 255+208+90=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD05A is #002FA5. Grayscale: #D1D1D1. Windows color (decimal): -12198 or 5951743. OLE color: 5951743.
HSL color Cylindrical-coordinate representation of color #FFD05A: hue angle of 42.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD05A is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 90 | - |
| CMYK | 0 | 0.18 | 0.65 | 0 |
| HSL | 42.91º | 1% | 0.68% | - |
| HSV(B) | 42.91º | 0.65% | 1% | - |
| XYZ | 65.64 | 67.11 | 19.17 | - |
| YUV | 208.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 90 | 0 | 0.18 | 0.65 | 0 | 42.91 | 1 | 0.68 |
| Hex | FF | D0 | 5A | 0 | 12 | 41 | 0 | 2B | 64 | 44 |
| Octal | 377 | 320 | 132 | 0 | 22 | 101 | 0 | 53 | 144 | 104 |
| Binary | 11111111 | 11010000 | 1011010 | 0 | 10010 | 1000001 | 0 | 101011 | 1100100 | 1000100 |
Color Harmonies of #FFD05A
Complementary color
Monochromatic Colors of #FFD05A
Black with #FFD05A
Text Example
Text Example
White with #FFD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD05A; }
p { color: rgb(255,208,90); }
H1.HeaderClassName
{
color: #FFD05A;
}
.AnyTagClassName
{
color: #FFD05A;
}
</style>
background-color css
<style>
a { background-color: #FFD05A; }
a { background-color: rgb(255,208,90); }
div.DivClassName
{
background-color: #FFD05A;
}
.BgClassName
{
background-color: #FFD05A;
}
</style>
border-color css
<style>
span { border-color: #FFD05A; }
span { border-color: rgb(255,208,90); }
td.TdClassName
{
border-color: #FFD05A;
}
.TagClassName
{
border-color: #FFD05A;
}
</style>