Shades of Kournikova #FFD253
Tints of Kournikova #FFD253
RGB
CMYK
RGB Variations
Color information
#FFD253 (or 0xFFD253) is known color: Kournikova. HEX triplet: FF, D2 and 53. RGB value is (255,210,83). Sum of RGB (Red+Green+Blue) = 255+210+83=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD253 is #002DAC. Grayscale: #D1D1D1. Windows color (decimal): -11693 or 5493503. OLE color: 5493503.
HSL color Cylindrical-coordinate representation of color #FFD253: hue angle of 44.3º 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 #FFD253 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 83 | - |
| CMYK | 0 | 0.18 | 0.67 | 0 |
| HSL | 44.3º | 1% | 0.66% | - |
| HSV(B) | 44.3º | 0.67% | 1% | - |
| XYZ | 65.85 | 67.98 | 17.83 | - |
| YUV | 208.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 83 | 0 | 0.18 | 0.67 | 0 | 44.3 | 1 | 0.66 |
| Hex | FF | D2 | 53 | 0 | 12 | 43 | 0 | 2C | 64 | 42 |
| Octal | 377 | 322 | 123 | 0 | 22 | 103 | 0 | 54 | 144 | 102 |
| Binary | 11111111 | 11010010 | 1010011 | 0 | 10010 | 1000011 | 0 | 101100 | 1100100 | 1000010 |
Color Harmonies of #FFD253
Complementary color
Monochromatic Colors of #FFD253
Black with #FFD253
Text Example
Text Example
White with #FFD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD253; }
p { color: rgb(255,210,83); }
H1.HeaderClassName
{
color: #FFD253;
}
.AnyTagClassName
{
color: #FFD253;
}
</style>
background-color css
<style>
a { background-color: #FFD253; }
a { background-color: rgb(255,210,83); }
div.DivClassName
{
background-color: #FFD253;
}
.BgClassName
{
background-color: #FFD253;
}
</style>
border-color css
<style>
span { border-color: #FFD253; }
span { border-color: rgb(255,210,83); }
td.TdClassName
{
border-color: #FFD253;
}
.TagClassName
{
border-color: #FFD253;
}
</style>