Shades of Kournikova #FCCB4D
Tints of Kournikova #FCCB4D
RGB
CMYK
RGB Variations
Color information
#FCCB4D (or 0xFCCB4D) is known color: Kournikova. HEX triplet: FC, CB and 4D. RGB value is (252,203,77). Sum of RGB (Red+Green+Blue) = 252+203+77=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB4D is #0334B2. Grayscale: #CBCBCB. Windows color (decimal): -210099 or 5098492. OLE color: 5098492.
HSL color Cylindrical-coordinate representation of color #FCCB4D: hue angle of 43.2º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCCB4D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 77 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.01 |
| HSL | 43.2º | 0.97% | 0.65% | - |
| HSV(B) | 43.2º | 0.69% | 0.99% | - |
| XYZ | 62.84 | 63.94 | 16.05 | - |
| YUV | 203.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 77 | 0 | 0.19 | 0.69 | 0.01 | 43.2 | 0.97 | 0.65 |
| Hex | FC | CB | 4D | 0 | 13 | 45 | 1 | 2B | 61 | 41 |
| Octal | 374 | 313 | 115 | 0 | 23 | 105 | 1 | 53 | 141 | 101 |
| Binary | 11111100 | 11001011 | 1001101 | 0 | 10011 | 1000101 | 1 | 101011 | 1100001 | 1000001 |
Color Harmonies of #FCCB4D
Complementary color
Monochromatic Colors of #FCCB4D
Black with #FCCB4D
Text Example
Text Example
White with #FCCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB4D; }
p { color: rgb(252,203,77); }
H1.HeaderClassName
{
color: #FCCB4D;
}
.AnyTagClassName
{
color: #FCCB4D;
}
</style>
background-color css
<style>
a { background-color: #FCCB4D; }
a { background-color: rgb(252,203,77); }
div.DivClassName
{
background-color: #FCCB4D;
}
.BgClassName
{
background-color: #FCCB4D;
}
</style>
border-color css
<style>
span { border-color: #FCCB4D; }
span { border-color: rgb(252,203,77); }
td.TdClassName
{
border-color: #FCCB4D;
}
.TagClassName
{
border-color: #FCCB4D;
}
</style>