Shades of Kournikova #FDC95A
Tints of Kournikova #FDC95A
RGB
CMYK
RGB Variations
Color information
#FDC95A (or 0xFDC95A) is known color: Kournikova. HEX triplet: FD, C9 and 5A. RGB value is (253,201,90). Sum of RGB (Red+Green+Blue) = 253+201+90=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC95A is #0236A5. Grayscale: #CCCCCC. Windows color (decimal): -145062 or 5949949. OLE color: 5949949.
HSL color Cylindrical-coordinate representation of color #FDC95A: hue angle of 40.86º 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 #FDC95A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 90 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40.86º | 0.98% | 0.67% | - |
| HSV(B) | 40.86º | 0.64% | 0.99% | - |
| XYZ | 63.24 | 63.39 | 18.58 | - |
| YUV | 203.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 90 | 0 | 0.21 | 0.64 | 0.01 | 40.86 | 0.98 | 0.67 |
| Hex | FD | C9 | 5A | 0 | 15 | 40 | 1 | 29 | 62 | 43 |
| Octal | 375 | 311 | 132 | 0 | 25 | 100 | 1 | 51 | 142 | 103 |
| Binary | 11111101 | 11001001 | 1011010 | 0 | 10101 | 1000000 | 1 | 101001 | 1100010 | 1000011 |
Color Harmonies of #FDC95A
Complementary color
Monochromatic Colors of #FDC95A
Black with #FDC95A
Text Example
Text Example
White with #FDC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC95A; }
p { color: rgb(253,201,90); }
H1.HeaderClassName
{
color: #FDC95A;
}
.AnyTagClassName
{
color: #FDC95A;
}
</style>
background-color css
<style>
a { background-color: #FDC95A; }
a { background-color: rgb(253,201,90); }
div.DivClassName
{
background-color: #FDC95A;
}
.BgClassName
{
background-color: #FDC95A;
}
</style>
border-color css
<style>
span { border-color: #FDC95A; }
span { border-color: rgb(253,201,90); }
td.TdClassName
{
border-color: #FDC95A;
}
.TagClassName
{
border-color: #FDC95A;
}
</style>