Shades of Kournikova #FDD24A
Tints of Kournikova #FDD24A
RGB
CMYK
RGB Variations
Color information
#FDD24A (or 0xFDD24A) is known color: Kournikova. HEX triplet: FD, D2 and 4A. RGB value is (253,210,74). Sum of RGB (Red+Green+Blue) = 253+210+74=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD24A is #022DB5. Grayscale: #CFCFCF. Windows color (decimal): -142774 or 4903677. OLE color: 4903677.
HSL color Cylindrical-coordinate representation of color #FDD24A: hue angle of 45.59º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDD24A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 74 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.01 |
| HSL | 45.59º | 0.98% | 0.64% | - |
| HSV(B) | 45.59º | 0.71% | 0.99% | - |
| XYZ | 64.79 | 67.47 | 16.09 | - |
| YUV | 207.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 74 | 0 | 0.17 | 0.71 | 0.01 | 45.59 | 0.98 | 0.64 |
| Hex | FD | D2 | 4A | 0 | 11 | 47 | 1 | 2E | 62 | 40 |
| Octal | 375 | 322 | 112 | 0 | 21 | 107 | 1 | 56 | 142 | 100 |
| Binary | 11111101 | 11010010 | 1001010 | 0 | 10001 | 1000111 | 1 | 101110 | 1100010 | 1000000 |
Color Harmonies of #FDD24A
Complementary color
Monochromatic Colors of #FDD24A
Black with #FDD24A
Text Example
Text Example
White with #FDD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD24A; }
p { color: rgb(253,210,74); }
H1.HeaderClassName
{
color: #FDD24A;
}
.AnyTagClassName
{
color: #FDD24A;
}
</style>
background-color css
<style>
a { background-color: #FDD24A; }
a { background-color: rgb(253,210,74); }
div.DivClassName
{
background-color: #FDD24A;
}
.BgClassName
{
background-color: #FDD24A;
}
</style>
border-color css
<style>
span { border-color: #FDD24A; }
span { border-color: rgb(253,210,74); }
td.TdClassName
{
border-color: #FDD24A;
}
.TagClassName
{
border-color: #FDD24A;
}
</style>