Shades of Kournikova #FDC95F
Tints of Kournikova #FDC95F
RGB
CMYK
RGB Variations
Color information
#FDC95F (or 0xFDC95F) is known color: Kournikova. HEX triplet: FD, C9 and 5F. RGB value is (253,201,95). Sum of RGB (Red+Green+Blue) = 253+201+95=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC95F is #0236A0. Grayscale: #CCCCCC. Windows color (decimal): -145057 or 6277629. OLE color: 6277629.
HSL color Cylindrical-coordinate representation of color #FDC95F: hue angle of 40.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDC95F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 95 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.01 |
| HSL | 40.25º | 0.98% | 0.68% | - |
| HSV(B) | 40.25º | 0.62% | 0.99% | - |
| XYZ | 63.46 | 63.48 | 19.74 | - |
| YUV | 204.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 95 | 0 | 0.21 | 0.62 | 0.01 | 40.25 | 0.98 | 0.68 |
| Hex | FD | C9 | 5F | 0 | 15 | 3E | 1 | 28 | 62 | 44 |
| Octal | 375 | 311 | 137 | 0 | 25 | 76 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11001001 | 1011111 | 0 | 10101 | 111110 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC95F
Complementary color
Monochromatic Colors of #FDC95F
Black with #FDC95F
Text Example
Text Example
White with #FDC95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC95F; }
p { color: rgb(253,201,95); }
H1.HeaderClassName
{
color: #FDC95F;
}
.AnyTagClassName
{
color: #FDC95F;
}
</style>
background-color css
<style>
a { background-color: #FDC95F; }
a { background-color: rgb(253,201,95); }
div.DivClassName
{
background-color: #FDC95F;
}
.BgClassName
{
background-color: #FDC95F;
}
</style>
border-color css
<style>
span { border-color: #FDC95F; }
span { border-color: rgb(253,201,95); }
td.TdClassName
{
border-color: #FDC95F;
}
.TagClassName
{
border-color: #FDC95F;
}
</style>