Shades of Kournikova #FCC95A
Tints of Kournikova #FCC95A
RGB
CMYK
RGB Variations
Color information
#FCC95A (or 0xFCC95A) is known color: Kournikova. HEX triplet: FC, C9 and 5A. RGB value is (252,201,90). Sum of RGB (Red+Green+Blue) = 252+201+90=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC95A is #0336A5. Grayscale: #CCCCCC. Windows color (decimal): -210598 or 5949948. OLE color: 5949948.
HSL color Cylindrical-coordinate representation of color #FCC95A: hue angle of 41.11º 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 #FCC95A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 90 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.01 |
| HSL | 41.11º | 0.96% | 0.67% | - |
| HSV(B) | 41.11º | 0.64% | 0.99% | - |
| XYZ | 62.88 | 63.21 | 18.56 | - |
| YUV | 203.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 90 | 0 | 0.20 | 0.64 | 0.01 | 41.11 | 0.96 | 0.67 |
| Hex | FC | C9 | 5A | 0 | 14 | 40 | 1 | 29 | 60 | 43 |
| Octal | 374 | 311 | 132 | 0 | 24 | 100 | 1 | 51 | 140 | 103 |
| Binary | 11111100 | 11001001 | 1011010 | 0 | 10100 | 1000000 | 1 | 101001 | 1100000 | 1000011 |
Color Harmonies of #FCC95A
Complementary color
Monochromatic Colors of #FCC95A
Black with #FCC95A
Text Example
Text Example
White with #FCC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC95A; }
p { color: rgb(252,201,90); }
H1.HeaderClassName
{
color: #FCC95A;
}
.AnyTagClassName
{
color: #FCC95A;
}
</style>
background-color css
<style>
a { background-color: #FCC95A; }
a { background-color: rgb(252,201,90); }
div.DivClassName
{
background-color: #FCC95A;
}
.BgClassName
{
background-color: #FCC95A;
}
</style>
border-color css
<style>
span { border-color: #FCC95A; }
span { border-color: rgb(252,201,90); }
td.TdClassName
{
border-color: #FCC95A;
}
.TagClassName
{
border-color: #FCC95A;
}
</style>