Shades of Kournikova #FCCB5B
Tints of Kournikova #FCCB5B
RGB
CMYK
RGB Variations
Color information
#FCCB5B (or 0xFCCB5B) is known color: Kournikova. HEX triplet: FC, CB and 5B. RGB value is (252,203,91). Sum of RGB (Red+Green+Blue) = 252+203+91=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB5B is #0334A4. Grayscale: #CDCDCD. Windows color (decimal): -210085 or 6015996. OLE color: 6015996.
HSL color Cylindrical-coordinate representation of color #FCCB5B: hue angle of 41.74º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCCB5B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 91 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.01 |
| HSL | 41.74º | 0.96% | 0.67% | - |
| HSV(B) | 41.74º | 0.64% | 0.99% | - |
| XYZ | 63.39 | 64.16 | 18.94 | - |
| YUV | 204.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 91 | 0 | 0.19 | 0.64 | 0.01 | 41.74 | 0.96 | 0.67 |
| Hex | FC | CB | 5B | 0 | 13 | 40 | 1 | 2A | 60 | 43 |
| Octal | 374 | 313 | 133 | 0 | 23 | 100 | 1 | 52 | 140 | 103 |
| Binary | 11111100 | 11001011 | 1011011 | 0 | 10011 | 1000000 | 1 | 101010 | 1100000 | 1000011 |
Color Harmonies of #FCCB5B
Complementary color
Monochromatic Colors of #FCCB5B
Black with #FCCB5B
Text Example
Text Example
White with #FCCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB5B; }
p { color: rgb(252,203,91); }
H1.HeaderClassName
{
color: #FCCB5B;
}
.AnyTagClassName
{
color: #FCCB5B;
}
</style>
background-color css
<style>
a { background-color: #FCCB5B; }
a { background-color: rgb(252,203,91); }
div.DivClassName
{
background-color: #FCCB5B;
}
.BgClassName
{
background-color: #FCCB5B;
}
</style>
border-color css
<style>
span { border-color: #FCCB5B; }
span { border-color: rgb(252,203,91); }
td.TdClassName
{
border-color: #FCCB5B;
}
.TagClassName
{
border-color: #FCCB5B;
}
</style>