Shades of Kournikova #FCCB44
Tints of Kournikova #FCCB44
RGB
CMYK
RGB Variations
Color information
#FCCB44 (or 0xFCCB44) is known color: Kournikova. HEX triplet: FC, CB and 44. RGB value is (252,203,68). Sum of RGB (Red+Green+Blue) = 252+203+68=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB44 is #0334BB. Grayscale: #CACACA. Windows color (decimal): -210108 or 4508668. OLE color: 4508668.
HSL color Cylindrical-coordinate representation of color #FCCB44: hue angle of 44.02º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCB44 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 68 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.01 |
| HSL | 44.02º | 0.97% | 0.63% | - |
| HSV(B) | 44.02º | 0.73% | 0.99% | - |
| XYZ | 62.54 | 63.82 | 14.49 | - |
| YUV | 202.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 68 | 0 | 0.19 | 0.73 | 0.01 | 44.02 | 0.97 | 0.63 |
| Hex | FC | CB | 44 | 0 | 13 | 49 | 1 | 2C | 61 | 3F |
| Octal | 374 | 313 | 104 | 0 | 23 | 111 | 1 | 54 | 141 | 77 |
| Binary | 11111100 | 11001011 | 1000100 | 0 | 10011 | 1001001 | 1 | 101100 | 1100001 | 111111 |
Color Harmonies of #FCCB44
Complementary color
Monochromatic Colors of #FCCB44
Black with #FCCB44
Text Example
Text Example
White with #FCCB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB44; }
p { color: rgb(252,203,68); }
H1.HeaderClassName
{
color: #FCCB44;
}
.AnyTagClassName
{
color: #FCCB44;
}
</style>
background-color css
<style>
a { background-color: #FCCB44; }
a { background-color: rgb(252,203,68); }
div.DivClassName
{
background-color: #FCCB44;
}
.BgClassName
{
background-color: #FCCB44;
}
</style>
border-color css
<style>
span { border-color: #FCCB44; }
span { border-color: rgb(252,203,68); }
td.TdClassName
{
border-color: #FCCB44;
}
.TagClassName
{
border-color: #FCCB44;
}
</style>