Shades of Kournikova #FCCC46
Tints of Kournikova #FCCC46
RGB
CMYK
RGB Variations
Color information
#FCCC46 (or 0xFCCC46) is known color: Kournikova. HEX triplet: FC, CC and 46. RGB value is (252,204,70). Sum of RGB (Red+Green+Blue) = 252+204+70=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC46 is #0333B9. Grayscale: #CBCBCB. Windows color (decimal): -209850 or 4639996. OLE color: 4639996.
HSL color Cylindrical-coordinate representation of color #FCCC46: hue angle of 44.18º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCCC46 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 70 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.01 |
| HSL | 44.18º | 0.97% | 0.63% | - |
| HSV(B) | 44.18º | 0.72% | 0.99% | - |
| XYZ | 62.84 | 64.32 | 14.9 | - |
| YUV | 203.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 70 | 0 | 0.19 | 0.72 | 0.01 | 44.18 | 0.97 | 0.63 |
| Hex | FC | CC | 46 | 0 | 13 | 48 | 1 | 2C | 61 | 3F |
| Octal | 374 | 314 | 106 | 0 | 23 | 110 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001100 | 1000110 | 0 | 10011 | 1001000 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCC46
Complementary color
Monochromatic Colors of #FCCC46
Black with #FCCC46
Text Example
Text Example
White with #FCCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC46; }
p { color: rgb(252,204,70); }
H1.HeaderClassName
{
color: #FCCC46;
}
.AnyTagClassName
{
color: #FCCC46;
}
</style>
background-color css
<style>
a { background-color: #FCCC46; }
a { background-color: rgb(252,204,70); }
div.DivClassName
{
background-color: #FCCC46;
}
.BgClassName
{
background-color: #FCCC46;
}
</style>
border-color css
<style>
span { border-color: #FCCC46; }
span { border-color: rgb(252,204,70); }
td.TdClassName
{
border-color: #FCCC46;
}
.TagClassName
{
border-color: #FCCC46;
}
</style>