Shades of Kournikova #FFCB56
Tints of Kournikova #FFCB56
RGB
CMYK
RGB Variations
Color information
#FFCB56 (or 0xFFCB56) is known color: Kournikova. HEX triplet: FF, CB and 56. RGB value is (255,203,86). Sum of RGB (Red+Green+Blue) = 255+203+86=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 86 (33.98% from 255 or 15.81% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB56 is #0034A9. Grayscale: #CDCDCD. Windows color (decimal): -13482 or 5688319. OLE color: 5688319.
HSL color Cylindrical-coordinate representation of color #FFCB56: hue angle of 41.54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFCB56 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 86 | - |
| CMYK | 0 | 0.20 | 0.66 | 0 |
| HSL | 41.54º | 1% | 0.67% | - |
| HSV(B) | 41.54º | 0.66% | 1% | - |
| XYZ | 64.28 | 64.64 | 17.89 | - |
| YUV | 205.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 86 | 0 | 0.20 | 0.66 | 0 | 41.54 | 1 | 0.67 |
| Hex | FF | CB | 56 | 0 | 14 | 42 | 0 | 2A | 64 | 43 |
| Octal | 377 | 313 | 126 | 0 | 24 | 102 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001011 | 1010110 | 0 | 10100 | 1000010 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCB56
Complementary color
Monochromatic Colors of #FFCB56
Black with #FFCB56
Text Example
Text Example
White with #FFCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB56; }
p { color: rgb(255,203,86); }
H1.HeaderClassName
{
color: #FFCB56;
}
.AnyTagClassName
{
color: #FFCB56;
}
</style>
background-color css
<style>
a { background-color: #FFCB56; }
a { background-color: rgb(255,203,86); }
div.DivClassName
{
background-color: #FFCB56;
}
.BgClassName
{
background-color: #FFCB56;
}
</style>
border-color css
<style>
span { border-color: #FFCB56; }
span { border-color: rgb(255,203,86); }
td.TdClassName
{
border-color: #FFCB56;
}
.TagClassName
{
border-color: #FFCB56;
}
</style>