Shades of Kournikova #FFD450
Tints of Kournikova #FFD450
RGB
CMYK
RGB Variations
Color information
#FFD450 (or 0xFFD450) is known color: Kournikova. HEX triplet: FF, D4 and 50. RGB value is (255,212,80). Sum of RGB (Red+Green+Blue) = 255+212+80=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD450 is #002BAF. Grayscale: #D2D2D2. Windows color (decimal): -11184 or 5297407. OLE color: 5297407.
HSL color Cylindrical-coordinate representation of color #FFD450: hue angle of 45.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD450 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 80 | - |
| CMYK | 0 | 0.17 | 0.69 | 0 |
| HSL | 45.26º | 1% | 0.66% | - |
| HSV(B) | 45.26º | 0.69% | 1% | - |
| XYZ | 66.23 | 68.93 | 17.4 | - |
| YUV | 209.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 80 | 0 | 0.17 | 0.69 | 0 | 45.26 | 1 | 0.66 |
| Hex | FF | D4 | 50 | 0 | 11 | 45 | 0 | 2D | 64 | 42 |
| Octal | 377 | 324 | 120 | 0 | 21 | 105 | 0 | 55 | 144 | 102 |
| Binary | 11111111 | 11010100 | 1010000 | 0 | 10001 | 1000101 | 0 | 101101 | 1100100 | 1000010 |
Color Harmonies of #FFD450
Complementary color
Monochromatic Colors of #FFD450
Black with #FFD450
Text Example
Text Example
White with #FFD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD450; }
p { color: rgb(255,212,80); }
H1.HeaderClassName
{
color: #FFD450;
}
.AnyTagClassName
{
color: #FFD450;
}
</style>
background-color css
<style>
a { background-color: #FFD450; }
a { background-color: rgb(255,212,80); }
div.DivClassName
{
background-color: #FFD450;
}
.BgClassName
{
background-color: #FFD450;
}
</style>
border-color css
<style>
span { border-color: #FFD450; }
span { border-color: rgb(255,212,80); }
td.TdClassName
{
border-color: #FFD450;
}
.TagClassName
{
border-color: #FFD450;
}
</style>