Shades of Kournikova #FFD254
Tints of Kournikova #FFD254
RGB
CMYK
RGB Variations
Color information
#FFD254 (or 0xFFD254) is known color: Kournikova. HEX triplet: FF, D2 and 54. RGB value is (255,210,84). Sum of RGB (Red+Green+Blue) = 255+210+84=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 84 (33.20% from 255 or 15.30% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD254 is #002DAB. Grayscale: #D1D1D1. Windows color (decimal): -11692 or 5559039. OLE color: 5559039.
HSL color Cylindrical-coordinate representation of color #FFD254: hue angle of 44.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFD254 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 84 | - |
| CMYK | 0 | 0.18 | 0.67 | 0 |
| HSL | 44.21º | 1% | 0.66% | - |
| HSV(B) | 44.21º | 0.67% | 1% | - |
| XYZ | 65.89 | 67.99 | 18.04 | - |
| YUV | 209.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 84 | 0 | 0.18 | 0.67 | 0 | 44.21 | 1 | 0.66 |
| Hex | FF | D2 | 54 | 0 | 12 | 43 | 0 | 2C | 64 | 42 |
| Octal | 377 | 322 | 124 | 0 | 22 | 103 | 0 | 54 | 144 | 102 |
| Binary | 11111111 | 11010010 | 1010100 | 0 | 10010 | 1000011 | 0 | 101100 | 1100100 | 1000010 |
Color Harmonies of #FFD254
Complementary color
Monochromatic Colors of #FFD254
Black with #FFD254
Text Example
Text Example
White with #FFD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD254; }
p { color: rgb(255,210,84); }
H1.HeaderClassName
{
color: #FFD254;
}
.AnyTagClassName
{
color: #FFD254;
}
</style>
background-color css
<style>
a { background-color: #FFD254; }
a { background-color: rgb(255,210,84); }
div.DivClassName
{
background-color: #FFD254;
}
.BgClassName
{
background-color: #FFD254;
}
</style>
border-color css
<style>
span { border-color: #FFD254; }
span { border-color: rgb(255,210,84); }
td.TdClassName
{
border-color: #FFD254;
}
.TagClassName
{
border-color: #FFD254;
}
</style>