Shades of Kournikova #FDCE4B
Tints of Kournikova #FDCE4B
RGB
CMYK
RGB Variations
Color information
#FDCE4B (or 0xFDCE4B) is known color: Kournikova. HEX triplet: FD, CE and 4B. RGB value is (253,206,75). Sum of RGB (Red+Green+Blue) = 253+206+75=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE4B is #0231B4. Grayscale: #CDCDCD. Windows color (decimal): -143797 or 4968189. OLE color: 4968189.
HSL color Cylindrical-coordinate representation of color #FDCE4B: hue angle of 44.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDCE4B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 75 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.01 |
| HSL | 44.16º | 0.98% | 0.64% | - |
| HSV(B) | 44.16º | 0.7% | 0.99% | - |
| XYZ | 63.85 | 65.53 | 15.94 | - |
| YUV | 205.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 75 | 0 | 0.19 | 0.70 | 0.01 | 44.16 | 0.98 | 0.64 |
| Hex | FD | CE | 4B | 0 | 13 | 46 | 1 | 2C | 62 | 40 |
| Octal | 375 | 316 | 113 | 0 | 23 | 106 | 1 | 54 | 142 | 100 |
| Binary | 11111101 | 11001110 | 1001011 | 0 | 10011 | 1000110 | 1 | 101100 | 1100010 | 1000000 |
Color Harmonies of #FDCE4B
Complementary color
Monochromatic Colors of #FDCE4B
Black with #FDCE4B
Text Example
Text Example
White with #FDCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE4B; }
p { color: rgb(253,206,75); }
H1.HeaderClassName
{
color: #FDCE4B;
}
.AnyTagClassName
{
color: #FDCE4B;
}
</style>
background-color css
<style>
a { background-color: #FDCE4B; }
a { background-color: rgb(253,206,75); }
div.DivClassName
{
background-color: #FDCE4B;
}
.BgClassName
{
background-color: #FDCE4B;
}
</style>
border-color css
<style>
span { border-color: #FDCE4B; }
span { border-color: rgb(253,206,75); }
td.TdClassName
{
border-color: #FDCE4B;
}
.TagClassName
{
border-color: #FDCE4B;
}
</style>