Shades of Kournikova #FCCB57
Tints of Kournikova #FCCB57
RGB
CMYK
RGB Variations
Color information
#FCCB57 (or 0xFCCB57) is known color: Kournikova. HEX triplet: FC, CB and 57. RGB value is (252,203,87). Sum of RGB (Red+Green+Blue) = 252+203+87=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 87 (34.38% from 255 or 16.05% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB57 is #0334A8. Grayscale: #CCCCCC. Windows color (decimal): -210089 or 5753852. OLE color: 5753852.
HSL color Cylindrical-coordinate representation of color #FCCB57: hue angle of 42.18º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCCB57 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 87 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.01 |
| HSL | 42.18º | 0.96% | 0.66% | - |
| HSV(B) | 42.18º | 0.65% | 0.99% | - |
| XYZ | 63.22 | 64.1 | 18.06 | - |
| YUV | 204.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 87 | 0 | 0.19 | 0.65 | 0.01 | 42.18 | 0.96 | 0.66 |
| Hex | FC | CB | 57 | 0 | 13 | 41 | 1 | 2A | 60 | 42 |
| Octal | 374 | 313 | 127 | 0 | 23 | 101 | 1 | 52 | 140 | 102 |
| Binary | 11111100 | 11001011 | 1010111 | 0 | 10011 | 1000001 | 1 | 101010 | 1100000 | 1000010 |
Color Harmonies of #FCCB57
Complementary color
Monochromatic Colors of #FCCB57
Black with #FCCB57
Text Example
Text Example
White with #FCCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB57; }
p { color: rgb(252,203,87); }
H1.HeaderClassName
{
color: #FCCB57;
}
.AnyTagClassName
{
color: #FCCB57;
}
</style>
background-color css
<style>
a { background-color: #FCCB57; }
a { background-color: rgb(252,203,87); }
div.DivClassName
{
background-color: #FCCB57;
}
.BgClassName
{
background-color: #FCCB57;
}
</style>
border-color css
<style>
span { border-color: #FCCB57; }
span { border-color: rgb(252,203,87); }
td.TdClassName
{
border-color: #FCCB57;
}
.TagClassName
{
border-color: #FCCB57;
}
</style>