Shades of Kournikova #FCCB47
Tints of Kournikova #FCCB47
RGB
CMYK
RGB Variations
Color information
#FCCB47 (or 0xFCCB47) is known color: Kournikova. HEX triplet: FC, CB and 47. RGB value is (252,203,71). Sum of RGB (Red+Green+Blue) = 252+203+71=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 71 (28.12% from 255 or 13.50% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB47 is #0334B8. Grayscale: #CBCBCB. Windows color (decimal): -210105 or 4705276. OLE color: 4705276.
HSL color Cylindrical-coordinate representation of color #FCCB47: hue angle of 43.76º 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 #FCCB47 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 71 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.01 |
| HSL | 43.76º | 0.97% | 0.63% | - |
| HSV(B) | 43.76º | 0.72% | 0.99% | - |
| XYZ | 62.64 | 63.86 | 14.99 | - |
| YUV | 202.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 71 | 0 | 0.19 | 0.72 | 0.01 | 43.76 | 0.97 | 0.63 |
| Hex | FC | CB | 47 | 0 | 13 | 48 | 1 | 2C | 61 | 3F |
| Octal | 374 | 313 | 107 | 0 | 23 | 110 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001011 | 1000111 | 0 | 10011 | 1001000 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCB47
Complementary color
Monochromatic Colors of #FCCB47
Black with #FCCB47
Text Example
Text Example
White with #FCCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB47; }
p { color: rgb(252,203,71); }
H1.HeaderClassName
{
color: #FCCB47;
}
.AnyTagClassName
{
color: #FCCB47;
}
</style>
background-color css
<style>
a { background-color: #FCCB47; }
a { background-color: rgb(252,203,71); }
div.DivClassName
{
background-color: #FCCB47;
}
.BgClassName
{
background-color: #FCCB47;
}
</style>
border-color css
<style>
span { border-color: #FCCB47; }
span { border-color: rgb(252,203,71); }
td.TdClassName
{
border-color: #FCCB47;
}
.TagClassName
{
border-color: #FCCB47;
}
</style>