Shades of Kournikova #FFD24E
Tints of Kournikova #FFD24E
RGB
CMYK
RGB Variations
Color information
#FFD24E (or 0xFFD24E) is known color: Kournikova. HEX triplet: FF, D2 and 4E. RGB value is (255,210,78). Sum of RGB (Red+Green+Blue) = 255+210+78=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD24E is #002DB1. Grayscale: #D0D0D0. Windows color (decimal): -11698 or 5165823. OLE color: 5165823.
HSL color Cylindrical-coordinate representation of color #FFD24E: hue angle of 44.75º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD24E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 78 | - |
| CMYK | 0 | 0.18 | 0.69 | 0 |
| HSL | 44.75º | 1% | 0.65% | - |
| HSV(B) | 44.75º | 0.69% | 1% | - |
| XYZ | 65.66 | 67.9 | 16.85 | - |
| YUV | 208.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 78 | 0 | 0.18 | 0.69 | 0 | 44.75 | 1 | 0.65 |
| Hex | FF | D2 | 4E | 0 | 12 | 45 | 0 | 2D | 64 | 41 |
| Octal | 377 | 322 | 116 | 0 | 22 | 105 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010010 | 1001110 | 0 | 10010 | 1000101 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD24E
Complementary color
Monochromatic Colors of #FFD24E
Black with #FFD24E
Text Example
Text Example
White with #FFD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD24E; }
p { color: rgb(255,210,78); }
H1.HeaderClassName
{
color: #FFD24E;
}
.AnyTagClassName
{
color: #FFD24E;
}
</style>
background-color css
<style>
a { background-color: #FFD24E; }
a { background-color: rgb(255,210,78); }
div.DivClassName
{
background-color: #FFD24E;
}
.BgClassName
{
background-color: #FFD24E;
}
</style>
border-color css
<style>
span { border-color: #FFD24E; }
span { border-color: rgb(255,210,78); }
td.TdClassName
{
border-color: #FFD24E;
}
.TagClassName
{
border-color: #FFD24E;
}
</style>