Shades of Kournikova #FDCF4A
Tints of Kournikova #FDCF4A
RGB
CMYK
RGB Variations
Color information
#FDCF4A (or 0xFDCF4A) is known color: Kournikova. HEX triplet: FD, CF and 4A. RGB value is (253,207,74). Sum of RGB (Red+Green+Blue) = 253+207+74=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF4A is #0230B5. Grayscale: #CECECE. Windows color (decimal): -143542 or 4902909. OLE color: 4902909.
HSL color Cylindrical-coordinate representation of color #FDCF4A: hue angle of 44.58º 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 #FDCF4A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 74 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.01 |
| HSL | 44.58º | 0.98% | 0.64% | - |
| HSV(B) | 44.58º | 0.71% | 0.99% | - |
| XYZ | 64.06 | 66 | 15.84 | - |
| YUV | 205.59 | 53.74 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 74 | 0 | 0.18 | 0.71 | 0.01 | 44.58 | 0.98 | 0.64 |
| Hex | FD | CF | 4A | 0 | 12 | 47 | 1 | 2D | 62 | 40 |
| Octal | 375 | 317 | 112 | 0 | 22 | 107 | 1 | 55 | 142 | 100 |
| Binary | 11111101 | 11001111 | 1001010 | 0 | 10010 | 1000111 | 1 | 101101 | 1100010 | 1000000 |
Color Harmonies of #FDCF4A
Complementary color
Monochromatic Colors of #FDCF4A
Black with #FDCF4A
Text Example
Text Example
White with #FDCF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF4A; }
p { color: rgb(253,207,74); }
H1.HeaderClassName
{
color: #FDCF4A;
}
.AnyTagClassName
{
color: #FDCF4A;
}
</style>
background-color css
<style>
a { background-color: #FDCF4A; }
a { background-color: rgb(253,207,74); }
div.DivClassName
{
background-color: #FDCF4A;
}
.BgClassName
{
background-color: #FDCF4A;
}
</style>
border-color css
<style>
span { border-color: #FDCF4A; }
span { border-color: rgb(253,207,74); }
td.TdClassName
{
border-color: #FDCF4A;
}
.TagClassName
{
border-color: #FDCF4A;
}
</style>