Shades of Kournikova #FCC955
Tints of Kournikova #FCC955
RGB
CMYK
RGB Variations
Color information
#FCC955 (or 0xFCC955) is known color: Kournikova. HEX triplet: FC, C9 and 55. RGB value is (252,201,85). Sum of RGB (Red+Green+Blue) = 252+201+85=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC955 is #0336AA. Grayscale: #CBCBCB. Windows color (decimal): -210603 or 5622268. OLE color: 5622268.
HSL color Cylindrical-coordinate representation of color #FCC955: hue angle of 41.68º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCC955 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 85 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.01 |
| HSL | 41.68º | 0.97% | 0.66% | - |
| HSV(B) | 41.68º | 0.66% | 0.99% | - |
| XYZ | 62.67 | 63.12 | 17.48 | - |
| YUV | 203.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 85 | 0 | 0.20 | 0.66 | 0.01 | 41.68 | 0.97 | 0.66 |
| Hex | FC | C9 | 55 | 0 | 14 | 42 | 1 | 2A | 61 | 42 |
| Octal | 374 | 311 | 125 | 0 | 24 | 102 | 1 | 52 | 141 | 102 |
| Binary | 11111100 | 11001001 | 1010101 | 0 | 10100 | 1000010 | 1 | 101010 | 1100001 | 1000010 |
Color Harmonies of #FCC955
Complementary color
Monochromatic Colors of #FCC955
Black with #FCC955
Text Example
Text Example
White with #FCC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC955; }
p { color: rgb(252,201,85); }
H1.HeaderClassName
{
color: #FCC955;
}
.AnyTagClassName
{
color: #FCC955;
}
</style>
background-color css
<style>
a { background-color: #FCC955; }
a { background-color: rgb(252,201,85); }
div.DivClassName
{
background-color: #FCC955;
}
.BgClassName
{
background-color: #FCC955;
}
</style>
border-color css
<style>
span { border-color: #FCC955; }
span { border-color: rgb(252,201,85); }
td.TdClassName
{
border-color: #FCC955;
}
.TagClassName
{
border-color: #FCC955;
}
</style>