Shades of Kournikova #FDCE4A
Tints of Kournikova #FDCE4A
RGB
CMYK
RGB Variations
Color information
#FDCE4A (or 0xFDCE4A) is known color: Kournikova. HEX triplet: FD, CE and 4A. RGB value is (253,206,74). Sum of RGB (Red+Green+Blue) = 253+206+74=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE4A is #0231B5. Grayscale: #CDCDCD. Windows color (decimal): -143798 or 4902653. OLE color: 4902653.
HSL color Cylindrical-coordinate representation of color #FDCE4A: hue angle of 44.25º 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 #FDCE4A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 74 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.01 |
| HSL | 44.25º | 0.98% | 0.64% | - |
| HSV(B) | 44.25º | 0.71% | 0.99% | - |
| XYZ | 63.82 | 65.52 | 15.76 | - |
| YUV | 205.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 74 | 0 | 0.19 | 0.71 | 0.01 | 44.25 | 0.98 | 0.64 |
| Hex | FD | CE | 4A | 0 | 13 | 47 | 1 | 2C | 62 | 40 |
| Octal | 375 | 316 | 112 | 0 | 23 | 107 | 1 | 54 | 142 | 100 |
| Binary | 11111101 | 11001110 | 1001010 | 0 | 10011 | 1000111 | 1 | 101100 | 1100010 | 1000000 |
Color Harmonies of #FDCE4A
Complementary color
Monochromatic Colors of #FDCE4A
Black with #FDCE4A
Text Example
Text Example
White with #FDCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE4A; }
p { color: rgb(253,206,74); }
H1.HeaderClassName
{
color: #FDCE4A;
}
.AnyTagClassName
{
color: #FDCE4A;
}
</style>
background-color css
<style>
a { background-color: #FDCE4A; }
a { background-color: rgb(253,206,74); }
div.DivClassName
{
background-color: #FDCE4A;
}
.BgClassName
{
background-color: #FDCE4A;
}
</style>
border-color css
<style>
span { border-color: #FDCE4A; }
span { border-color: rgb(253,206,74); }
td.TdClassName
{
border-color: #FDCE4A;
}
.TagClassName
{
border-color: #FDCE4A;
}
</style>