Shades of Kournikova #FCCB53
Tints of Kournikova #FCCB53
RGB
CMYK
RGB Variations
Color information
#FCCB53 (or 0xFCCB53) is known color: Kournikova. HEX triplet: FC, CB and 53. RGB value is (252,203,83). Sum of RGB (Red+Green+Blue) = 252+203+83=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB53 is #0334AC. Grayscale: #CCCCCC. Windows color (decimal): -210093 or 5491708. OLE color: 5491708.
HSL color Cylindrical-coordinate representation of color #FCCB53: hue angle of 42.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCCB53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 83 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.01 |
| HSL | 42.6º | 0.97% | 0.66% | - |
| HSV(B) | 42.6º | 0.67% | 0.99% | - |
| XYZ | 63.06 | 64.03 | 17.22 | - |
| YUV | 203.97 | 59.73 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 83 | 0 | 0.19 | 0.67 | 0.01 | 42.6 | 0.97 | 0.66 |
| Hex | FC | CB | 53 | 0 | 13 | 43 | 1 | 2B | 61 | 42 |
| Octal | 374 | 313 | 123 | 0 | 23 | 103 | 1 | 53 | 141 | 102 |
| Binary | 11111100 | 11001011 | 1010011 | 0 | 10011 | 1000011 | 1 | 101011 | 1100001 | 1000010 |
Color Harmonies of #FCCB53
Complementary color
Monochromatic Colors of #FCCB53
Black with #FCCB53
Text Example
Text Example
White with #FCCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB53; }
p { color: rgb(252,203,83); }
H1.HeaderClassName
{
color: #FCCB53;
}
.AnyTagClassName
{
color: #FCCB53;
}
</style>
background-color css
<style>
a { background-color: #FCCB53; }
a { background-color: rgb(252,203,83); }
div.DivClassName
{
background-color: #FCCB53;
}
.BgClassName
{
background-color: #FCCB53;
}
</style>
border-color css
<style>
span { border-color: #FCCB53; }
span { border-color: rgb(252,203,83); }
td.TdClassName
{
border-color: #FCCB53;
}
.TagClassName
{
border-color: #FCCB53;
}
</style>