Shades of Kournikova #FCC95B
Tints of Kournikova #FCC95B
RGB
CMYK
RGB Variations
Color information
#FCC95B (or 0xFCC95B) is known color: Kournikova. HEX triplet: FC, C9 and 5B. RGB value is (252,201,91). Sum of RGB (Red+Green+Blue) = 252+201+91=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC95B is #0336A4. Grayscale: #CCCCCC. Windows color (decimal): -210597 or 6015484. OLE color: 6015484.
HSL color Cylindrical-coordinate representation of color #FCC95B: hue angle of 40.99º degrees, saturation: 0.96, 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 #FCC95B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 91 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.01 |
| HSL | 40.99º | 0.96% | 0.67% | - |
| HSV(B) | 40.99º | 0.64% | 0.99% | - |
| XYZ | 62.92 | 63.22 | 18.78 | - |
| YUV | 203.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 91 | 0 | 0.20 | 0.64 | 0.01 | 40.99 | 0.96 | 0.67 |
| Hex | FC | C9 | 5B | 0 | 14 | 40 | 1 | 29 | 60 | 43 |
| Octal | 374 | 311 | 133 | 0 | 24 | 100 | 1 | 51 | 140 | 103 |
| Binary | 11111100 | 11001001 | 1011011 | 0 | 10100 | 1000000 | 1 | 101001 | 1100000 | 1000011 |
Color Harmonies of #FCC95B
Complementary color
Monochromatic Colors of #FCC95B
Black with #FCC95B
Text Example
Text Example
White with #FCC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC95B; }
p { color: rgb(252,201,91); }
H1.HeaderClassName
{
color: #FCC95B;
}
.AnyTagClassName
{
color: #FCC95B;
}
</style>
background-color css
<style>
a { background-color: #FCC95B; }
a { background-color: rgb(252,201,91); }
div.DivClassName
{
background-color: #FCC95B;
}
.BgClassName
{
background-color: #FCC95B;
}
</style>
border-color css
<style>
span { border-color: #FCC95B; }
span { border-color: rgb(252,201,91); }
td.TdClassName
{
border-color: #FCC95B;
}
.TagClassName
{
border-color: #FCC95B;
}
</style>