Shades of Kournikova #FDC95C
Tints of Kournikova #FDC95C
RGB
CMYK
RGB Variations
Color information
#FDC95C (or 0xFDC95C) is known color: Kournikova. HEX triplet: FD, C9 and 5C. RGB value is (253,201,92). Sum of RGB (Red+Green+Blue) = 253+201+92=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC95C is #0236A3. Grayscale: #CCCCCC. Windows color (decimal): -145060 or 6081021. OLE color: 6081021.
HSL color Cylindrical-coordinate representation of color #FDC95C: hue angle of 40.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC95C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 92 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40.62º | 0.98% | 0.68% | - |
| HSV(B) | 40.62º | 0.64% | 0.99% | - |
| XYZ | 63.33 | 63.43 | 19.03 | - |
| YUV | 204.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 92 | 0 | 0.21 | 0.64 | 0.01 | 40.62 | 0.98 | 0.68 |
| Hex | FD | C9 | 5C | 0 | 15 | 40 | 1 | 29 | 62 | 44 |
| Octal | 375 | 311 | 134 | 0 | 25 | 100 | 1 | 51 | 142 | 104 |
| Binary | 11111101 | 11001001 | 1011100 | 0 | 10101 | 1000000 | 1 | 101001 | 1100010 | 1000100 |
Color Harmonies of #FDC95C
Complementary color
Monochromatic Colors of #FDC95C
Black with #FDC95C
Text Example
Text Example
White with #FDC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC95C; }
p { color: rgb(253,201,92); }
H1.HeaderClassName
{
color: #FDC95C;
}
.AnyTagClassName
{
color: #FDC95C;
}
</style>
background-color css
<style>
a { background-color: #FDC95C; }
a { background-color: rgb(253,201,92); }
div.DivClassName
{
background-color: #FDC95C;
}
.BgClassName
{
background-color: #FDC95C;
}
</style>
border-color css
<style>
span { border-color: #FDC95C; }
span { border-color: rgb(253,201,92); }
td.TdClassName
{
border-color: #FDC95C;
}
.TagClassName
{
border-color: #FDC95C;
}
</style>