Shades of Kournikova #FFD248
Tints of Kournikova #FFD248
RGB
CMYK
RGB Variations
Color information
#FFD248 (or 0xFFD248) is known color: Kournikova. HEX triplet: FF, D2 and 48. RGB value is (255,210,72). Sum of RGB (Red+Green+Blue) = 255+210+72=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD248 is #002DB7. Grayscale: #D0D0D0. Windows color (decimal): -11704 or 4772607. OLE color: 4772607.
HSL color Cylindrical-coordinate representation of color #FFD248: hue angle of 45.25º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFD248 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 72 | - |
| CMYK | 0 | 0.18 | 0.72 | 0 |
| HSL | 45.25º | 1% | 0.64% | - |
| HSV(B) | 45.25º | 0.72% | 1% | - |
| XYZ | 65.46 | 67.82 | 15.77 | - |
| YUV | 207.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 72 | 0 | 0.18 | 0.72 | 0 | 45.25 | 1 | 0.64 |
| Hex | FF | D2 | 48 | 0 | 12 | 48 | 0 | 2D | 64 | 40 |
| Octal | 377 | 322 | 110 | 0 | 22 | 110 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010010 | 1001000 | 0 | 10010 | 1001000 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD248
Complementary color
Monochromatic Colors of #FFD248
Black with #FFD248
Text Example
Text Example
White with #FFD248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD248; }
p { color: rgb(255,210,72); }
H1.HeaderClassName
{
color: #FFD248;
}
.AnyTagClassName
{
color: #FFD248;
}
</style>
background-color css
<style>
a { background-color: #FFD248; }
a { background-color: rgb(255,210,72); }
div.DivClassName
{
background-color: #FFD248;
}
.BgClassName
{
background-color: #FFD248;
}
</style>
border-color css
<style>
span { border-color: #FFD248; }
span { border-color: rgb(255,210,72); }
td.TdClassName
{
border-color: #FFD248;
}
.TagClassName
{
border-color: #FFD248;
}
</style>