Shades of Kournikova #FFD245
Tints of Kournikova #FFD245
RGB
CMYK
RGB Variations
Color information
#FFD245 (or 0xFFD245) is known color: Kournikova. HEX triplet: FF, D2 and 45. RGB value is (255,210,69). Sum of RGB (Red+Green+Blue) = 255+210+69=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD245 is #002DBA. Grayscale: #CFCFCF. Windows color (decimal): -11707 or 4575999. OLE color: 4575999.
HSL color Cylindrical-coordinate representation of color #FFD245: hue angle of 45.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFD245 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 69 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 45.48º | 1% | 0.64% | - |
| HSV(B) | 45.48º | 0.73% | 1% | - |
| XYZ | 65.36 | 67.78 | 15.27 | - |
| YUV | 207.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 69 | 0 | 0.18 | 0.73 | 0 | 45.48 | 1 | 0.64 |
| Hex | FF | D2 | 45 | 0 | 12 | 49 | 0 | 2D | 64 | 40 |
| Octal | 377 | 322 | 105 | 0 | 22 | 111 | 0 | 55 | 144 | 100 |
| Binary | 11111111 | 11010010 | 1000101 | 0 | 10010 | 1001001 | 0 | 101101 | 1100100 | 1000000 |
Color Harmonies of #FFD245
Complementary color
Monochromatic Colors of #FFD245
Black with #FFD245
Text Example
Text Example
White with #FFD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD245; }
p { color: rgb(255,210,69); }
H1.HeaderClassName
{
color: #FFD245;
}
.AnyTagClassName
{
color: #FFD245;
}
</style>
background-color css
<style>
a { background-color: #FFD245; }
a { background-color: rgb(255,210,69); }
div.DivClassName
{
background-color: #FFD245;
}
.BgClassName
{
background-color: #FFD245;
}
</style>
border-color css
<style>
span { border-color: #FFD245; }
span { border-color: rgb(255,210,69); }
td.TdClassName
{
border-color: #FFD245;
}
.TagClassName
{
border-color: #FFD245;
}
</style>