Shades of Kournikova #FCCC5B
Tints of Kournikova #FCCC5B
RGB
CMYK
RGB Variations
Color information
#FCCC5B (or 0xFCCC5B) is known color: Kournikova. HEX triplet: FC, CC and 5B. RGB value is (252,204,91). Sum of RGB (Red+Green+Blue) = 252+204+91=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC5B is #0333A4. Grayscale: #CDCDCD. Windows color (decimal): -209829 or 6016252. OLE color: 6016252.
HSL color Cylindrical-coordinate representation of color #FCCC5B: hue angle of 42.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 #FCCC5B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 91 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.01 |
| HSL | 42.11º | 0.96% | 0.67% | - |
| HSV(B) | 42.11º | 0.64% | 0.99% | - |
| XYZ | 63.63 | 64.64 | 19.02 | - |
| YUV | 205.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 91 | 0 | 0.19 | 0.64 | 0.01 | 42.11 | 0.96 | 0.67 |
| Hex | FC | CC | 5B | 0 | 13 | 40 | 1 | 2A | 60 | 43 |
| Octal | 374 | 314 | 133 | 0 | 23 | 100 | 1 | 52 | 140 | 103 |
| Binary | 11111100 | 11001100 | 1011011 | 0 | 10011 | 1000000 | 1 | 101010 | 1100000 | 1000011 |
Color Harmonies of #FCCC5B
Complementary color
Monochromatic Colors of #FCCC5B
Black with #FCCC5B
Text Example
Text Example
White with #FCCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC5B; }
p { color: rgb(252,204,91); }
H1.HeaderClassName
{
color: #FCCC5B;
}
.AnyTagClassName
{
color: #FCCC5B;
}
</style>
background-color css
<style>
a { background-color: #FCCC5B; }
a { background-color: rgb(252,204,91); }
div.DivClassName
{
background-color: #FCCC5B;
}
.BgClassName
{
background-color: #FCCC5B;
}
</style>
border-color css
<style>
span { border-color: #FCCC5B; }
span { border-color: rgb(252,204,91); }
td.TdClassName
{
border-color: #FCCC5B;
}
.TagClassName
{
border-color: #FCCC5B;
}
</style>