Shades of Kournikova #FDC95B
Tints of Kournikova #FDC95B
RGB
CMYK
RGB Variations
Color information
#FDC95B (or 0xFDC95B) is known color: Kournikova. HEX triplet: FD, C9 and 5B. RGB value is (253,201,91). Sum of RGB (Red+Green+Blue) = 253+201+91=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC95B is #0236A4. Grayscale: #CCCCCC. Windows color (decimal): -145061 or 6015485. OLE color: 6015485.
HSL color Cylindrical-coordinate representation of color #FDC95B: hue angle of 40.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC95B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 91 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40.74º | 0.98% | 0.67% | - |
| HSV(B) | 40.74º | 0.64% | 0.99% | - |
| XYZ | 63.28 | 63.41 | 18.8 | - |
| YUV | 204.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 91 | 0 | 0.21 | 0.64 | 0.01 | 40.74 | 0.98 | 0.67 |
| Hex | FD | C9 | 5B | 0 | 15 | 40 | 1 | 29 | 62 | 43 |
| Octal | 375 | 311 | 133 | 0 | 25 | 100 | 1 | 51 | 142 | 103 |
| Binary | 11111101 | 11001001 | 1011011 | 0 | 10101 | 1000000 | 1 | 101001 | 1100010 | 1000011 |
Color Harmonies of #FDC95B
Complementary color
Monochromatic Colors of #FDC95B
Black with #FDC95B
Text Example
Text Example
White with #FDC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC95B; }
p { color: rgb(253,201,91); }
H1.HeaderClassName
{
color: #FDC95B;
}
.AnyTagClassName
{
color: #FDC95B;
}
</style>
background-color css
<style>
a { background-color: #FDC95B; }
a { background-color: rgb(253,201,91); }
div.DivClassName
{
background-color: #FDC95B;
}
.BgClassName
{
background-color: #FDC95B;
}
</style>
border-color css
<style>
span { border-color: #FDC95B; }
span { border-color: rgb(253,201,91); }
td.TdClassName
{
border-color: #FDC95B;
}
.TagClassName
{
border-color: #FDC95B;
}
</style>