Shades of Kournikova #FCCE46
Tints of Kournikova #FCCE46
RGB
CMYK
RGB Variations
Color information
#FCCE46 (or 0xFCCE46) is known color: Kournikova. HEX triplet: FC, CE and 46. RGB value is (252,206,70). Sum of RGB (Red+Green+Blue) = 252+206+70=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE46 is #0331B9. Grayscale: #CCCCCC. Windows color (decimal): -209338 or 4640508. OLE color: 4640508.
HSL color Cylindrical-coordinate representation of color #FCCE46: hue angle of 44.84º 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 #FCCE46 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 70 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.01 |
| HSL | 44.84º | 0.97% | 0.63% | - |
| HSV(B) | 44.84º | 0.72% | 0.99% | - |
| XYZ | 63.32 | 65.28 | 15.06 | - |
| YUV | 204.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 70 | 0 | 0.18 | 0.72 | 0.01 | 44.84 | 0.97 | 0.63 |
| Hex | FC | CE | 46 | 0 | 12 | 48 | 1 | 2D | 61 | 3F |
| Octal | 374 | 316 | 106 | 0 | 22 | 110 | 1 | 55 | 141 | 77 |
| Binary | 11111100 | 11001110 | 1000110 | 0 | 10010 | 1001000 | 1 | 101101 | 1100001 | 111111 |
Color Harmonies of #FCCE46
Complementary color
Monochromatic Colors of #FCCE46
Black with #FCCE46
Text Example
Text Example
White with #FCCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE46; }
p { color: rgb(252,206,70); }
H1.HeaderClassName
{
color: #FCCE46;
}
.AnyTagClassName
{
color: #FCCE46;
}
</style>
background-color css
<style>
a { background-color: #FCCE46; }
a { background-color: rgb(252,206,70); }
div.DivClassName
{
background-color: #FCCE46;
}
.BgClassName
{
background-color: #FCCE46;
}
</style>
border-color css
<style>
span { border-color: #FCCE46; }
span { border-color: rgb(252,206,70); }
td.TdClassName
{
border-color: #FCCE46;
}
.TagClassName
{
border-color: #FCCE46;
}
</style>