Shades of Kournikova #FDD44A
Tints of Kournikova #FDD44A
RGB
CMYK
RGB Variations
Color information
#FDD44A (or 0xFDD44A) is known color: Kournikova. HEX triplet: FD, D4 and 4A. RGB value is (253,212,74). Sum of RGB (Red+Green+Blue) = 253+212+74=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD44A is #022BB5. Grayscale: #D1D1D1. Windows color (decimal): -142262 or 4904189. OLE color: 4904189.
HSL color Cylindrical-coordinate representation of color #FDD44A: hue angle of 46.26º 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 #FDD44A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 74 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.01 |
| HSL | 46.26º | 0.98% | 0.64% | - |
| HSV(B) | 46.26º | 0.71% | 0.99% | - |
| XYZ | 65.29 | 68.46 | 16.25 | - |
| YUV | 208.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 74 | 0 | 0.16 | 0.71 | 0.01 | 46.26 | 0.98 | 0.64 |
| Hex | FD | D4 | 4A | 0 | 10 | 47 | 1 | 2E | 62 | 40 |
| Octal | 375 | 324 | 112 | 0 | 20 | 107 | 1 | 56 | 142 | 100 |
| Binary | 11111101 | 11010100 | 1001010 | 0 | 10000 | 1000111 | 1 | 101110 | 1100010 | 1000000 |
Color Harmonies of #FDD44A
Complementary color
Monochromatic Colors of #FDD44A
Black with #FDD44A
Text Example
Text Example
White with #FDD44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD44A; }
p { color: rgb(253,212,74); }
H1.HeaderClassName
{
color: #FDD44A;
}
.AnyTagClassName
{
color: #FDD44A;
}
</style>
background-color css
<style>
a { background-color: #FDD44A; }
a { background-color: rgb(253,212,74); }
div.DivClassName
{
background-color: #FDD44A;
}
.BgClassName
{
background-color: #FDD44A;
}
</style>
border-color css
<style>
span { border-color: #FDD44A; }
span { border-color: rgb(253,212,74); }
td.TdClassName
{
border-color: #FDD44A;
}
.TagClassName
{
border-color: #FDD44A;
}
</style>