Shades of Kournikova #FCCB54
Tints of Kournikova #FCCB54
RGB
CMYK
RGB Variations
Color information
#FCCB54 (or 0xFCCB54) is known color: Kournikova. HEX triplet: FC, CB and 54. RGB value is (252,203,84). Sum of RGB (Red+Green+Blue) = 252+203+84=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB54 is #0334AB. Grayscale: #CCCCCC. Windows color (decimal): -210092 or 5557244. OLE color: 5557244.
HSL color Cylindrical-coordinate representation of color #FCCB54: hue angle of 42.5º 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 #FCCB54 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 84 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.01 |
| HSL | 42.5º | 0.97% | 0.66% | - |
| HSV(B) | 42.5º | 0.67% | 0.99% | - |
| XYZ | 63.1 | 64.05 | 17.42 | - |
| YUV | 204.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 84 | 0 | 0.19 | 0.67 | 0.01 | 42.5 | 0.97 | 0.66 |
| Hex | FC | CB | 54 | 0 | 13 | 43 | 1 | 2A | 61 | 42 |
| Octal | 374 | 313 | 124 | 0 | 23 | 103 | 1 | 52 | 141 | 102 |
| Binary | 11111100 | 11001011 | 1010100 | 0 | 10011 | 1000011 | 1 | 101010 | 1100001 | 1000010 |
Color Harmonies of #FCCB54
Complementary color
Monochromatic Colors of #FCCB54
Black with #FCCB54
Text Example
Text Example
White with #FCCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB54; }
p { color: rgb(252,203,84); }
H1.HeaderClassName
{
color: #FCCB54;
}
.AnyTagClassName
{
color: #FCCB54;
}
</style>
background-color css
<style>
a { background-color: #FCCB54; }
a { background-color: rgb(252,203,84); }
div.DivClassName
{
background-color: #FCCB54;
}
.BgClassName
{
background-color: #FCCB54;
}
</style>
border-color css
<style>
span { border-color: #FCCB54; }
span { border-color: rgb(252,203,84); }
td.TdClassName
{
border-color: #FCCB54;
}
.TagClassName
{
border-color: #FCCB54;
}
</style>