Shades of Kournikova #FFD24A
Tints of Kournikova #FFD24A
RGB
CMYK
RGB Variations
Color information
#FFD24A (or 0xFFD24A) is known color: Kournikova. HEX triplet: FF, D2 and 4A. RGB value is (255,210,74). Sum of RGB (Red+Green+Blue) = 255+210+74=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD24A is #002DB5. Grayscale: #D0D0D0. Windows color (decimal): -11702 or 4903679. OLE color: 4903679.
HSL color Cylindrical-coordinate representation of color #FFD24A: hue angle of 45.08º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD24A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 74 | - |
| CMYK | 0 | 0.18 | 0.71 | 0 |
| HSL | 45.08º | 1% | 0.65% | - |
| HSV(B) | 45.08º | 0.71% | 1% | - |
| XYZ | 65.52 | 67.85 | 16.12 | - |
| YUV | 207.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 74 | 0 | 0.18 | 0.71 | 0 | 45.08 | 1 | 0.65 |
| Hex | FF | D2 | 4A | 0 | 12 | 47 | 0 | 2D | 64 | 41 |
| Octal | 377 | 322 | 112 | 0 | 22 | 107 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010010 | 1001010 | 0 | 10010 | 1000111 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD24A
Complementary color
Monochromatic Colors of #FFD24A
Black with #FFD24A
Text Example
Text Example
White with #FFD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD24A; }
p { color: rgb(255,210,74); }
H1.HeaderClassName
{
color: #FFD24A;
}
.AnyTagClassName
{
color: #FFD24A;
}
</style>
background-color css
<style>
a { background-color: #FFD24A; }
a { background-color: rgb(255,210,74); }
div.DivClassName
{
background-color: #FFD24A;
}
.BgClassName
{
background-color: #FFD24A;
}
</style>
border-color css
<style>
span { border-color: #FFD24A; }
span { border-color: rgb(255,210,74); }
td.TdClassName
{
border-color: #FFD24A;
}
.TagClassName
{
border-color: #FFD24A;
}
</style>