Shades of Kournikova #FFD24B
Tints of Kournikova #FFD24B
RGB
CMYK
RGB Variations
Color information
#FFD24B (or 0xFFD24B) is known color: Kournikova. HEX triplet: FF, D2 and 4B. RGB value is (255,210,75). Sum of RGB (Red+Green+Blue) = 255+210+75=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD24B is #002DB4. Grayscale: #D0D0D0. Windows color (decimal): -11701 or 4969215. OLE color: 4969215.
HSL color Cylindrical-coordinate representation of color #FFD24B: hue angle of 45º 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 #FFD24B is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 75 | - |
| CMYK | 0 | 0.18 | 0.71 | 0 |
| HSL | 45º | 1% | 0.65% | - |
| HSV(B) | 45º | 0.71% | 1% | - |
| XYZ | 65.56 | 67.86 | 16.3 | - |
| YUV | 208.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 75 | 0 | 0.18 | 0.71 | 0 | 45 | 1 | 0.65 |
| Hex | FF | D2 | 4B | 0 | 12 | 47 | 0 | 2D | 64 | 41 |
| Octal | 377 | 322 | 113 | 0 | 22 | 107 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010010 | 1001011 | 0 | 10010 | 1000111 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD24B
Complementary color
Monochromatic Colors of #FFD24B
Black with #FFD24B
Text Example
Text Example
White with #FFD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD24B; }
p { color: rgb(255,210,75); }
H1.HeaderClassName
{
color: #FFD24B;
}
.AnyTagClassName
{
color: #FFD24B;
}
</style>
background-color css
<style>
a { background-color: #FFD24B; }
a { background-color: rgb(255,210,75); }
div.DivClassName
{
background-color: #FFD24B;
}
.BgClassName
{
background-color: #FFD24B;
}
</style>
border-color css
<style>
span { border-color: #FFD24B; }
span { border-color: rgb(255,210,75); }
td.TdClassName
{
border-color: #FFD24B;
}
.TagClassName
{
border-color: #FFD24B;
}
</style>