Shades of Kournikova #FDD04C
Tints of Kournikova #FDD04C
RGB
CMYK
RGB Variations
Color information
#FDD04C (or 0xFDD04C) is known color: Kournikova. HEX triplet: FD, D0 and 4C. RGB value is (253,208,76). Sum of RGB (Red+Green+Blue) = 253+208+76=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD04C is #022FB3. Grayscale: #CECECE. Windows color (decimal): -143284 or 5034237. OLE color: 5034237.
HSL color Cylindrical-coordinate representation of color #FDD04C: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDD04C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 76 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.01 |
| HSL | 44.75º | 0.98% | 0.65% | - |
| HSV(B) | 44.75º | 0.7% | 0.99% | - |
| XYZ | 64.37 | 66.52 | 16.28 | - |
| YUV | 206.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 76 | 0 | 0.18 | 0.70 | 0.01 | 44.75 | 0.98 | 0.65 |
| Hex | FD | D0 | 4C | 0 | 12 | 46 | 1 | 2D | 62 | 41 |
| Octal | 375 | 320 | 114 | 0 | 22 | 106 | 1 | 55 | 142 | 101 |
| Binary | 11111101 | 11010000 | 1001100 | 0 | 10010 | 1000110 | 1 | 101101 | 1100010 | 1000001 |
Color Harmonies of #FDD04C
Complementary color
Monochromatic Colors of #FDD04C
Black with #FDD04C
Text Example
Text Example
White with #FDD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD04C; }
p { color: rgb(253,208,76); }
H1.HeaderClassName
{
color: #FDD04C;
}
.AnyTagClassName
{
color: #FDD04C;
}
</style>
background-color css
<style>
a { background-color: #FDD04C; }
a { background-color: rgb(253,208,76); }
div.DivClassName
{
background-color: #FDD04C;
}
.BgClassName
{
background-color: #FDD04C;
}
</style>
border-color css
<style>
span { border-color: #FDD04C; }
span { border-color: rgb(253,208,76); }
td.TdClassName
{
border-color: #FDD04C;
}
.TagClassName
{
border-color: #FDD04C;
}
</style>