Shades of Kournikova #FFD54B
Tints of Kournikova #FFD54B
RGB
CMYK
RGB Variations
Color information
#FFD54B (or 0xFFD54B) is known color: Kournikova. HEX triplet: FF, D5 and 4B. RGB value is (255,213,75). Sum of RGB (Red+Green+Blue) = 255+213+75=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD54B is #002AB4. Grayscale: #D2D2D2. Windows color (decimal): -10933 or 4969983. OLE color: 4969983.
HSL color Cylindrical-coordinate representation of color #FFD54B: hue angle of 46º 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 #FFD54B is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 75 | - |
| CMYK | 0 | 0.16 | 0.71 | 0 |
| HSL | 46º | 1% | 0.65% | - |
| HSV(B) | 46º | 0.71% | 1% | - |
| XYZ | 66.3 | 69.36 | 16.55 | - |
| YUV | 209.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 75 | 0 | 0.16 | 0.71 | 0 | 46 | 1 | 0.65 |
| Hex | FF | D5 | 4B | 0 | 10 | 47 | 0 | 2E | 64 | 41 |
| Octal | 377 | 325 | 113 | 0 | 20 | 107 | 0 | 56 | 144 | 101 |
| Binary | 11111111 | 11010101 | 1001011 | 0 | 10000 | 1000111 | 0 | 101110 | 1100100 | 1000001 |
Color Harmonies of #FFD54B
Complementary color
Monochromatic Colors of #FFD54B
Black with #FFD54B
Text Example
Text Example
White with #FFD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD54B; }
p { color: rgb(255,213,75); }
H1.HeaderClassName
{
color: #FFD54B;
}
.AnyTagClassName
{
color: #FFD54B;
}
</style>
background-color css
<style>
a { background-color: #FFD54B; }
a { background-color: rgb(255,213,75); }
div.DivClassName
{
background-color: #FFD54B;
}
.BgClassName
{
background-color: #FFD54B;
}
</style>
border-color css
<style>
span { border-color: #FFD54B; }
span { border-color: rgb(255,213,75); }
td.TdClassName
{
border-color: #FFD54B;
}
.TagClassName
{
border-color: #FFD54B;
}
</style>