Shades of Kournikova #FFCB5B
Tints of Kournikova #FFCB5B
RGB
CMYK
RGB Variations
Color information
#FFCB5B (or 0xFFCB5B) is known color: Kournikova. HEX triplet: FF, CB and 5B. RGB value is (255,203,91). Sum of RGB (Red+Green+Blue) = 255+203+91=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB5B is #0034A4. Grayscale: #CECECE. Windows color (decimal): -13477 or 6015999. OLE color: 6015999.
HSL color Cylindrical-coordinate representation of color #FFCB5B: hue angle of 40.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCB5B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 91 | - |
| CMYK | 0 | 0.20 | 0.64 | 0 |
| HSL | 40.98º | 1% | 0.68% | - |
| HSV(B) | 40.98º | 0.64% | 1% | - |
| XYZ | 64.48 | 64.73 | 18.99 | - |
| YUV | 205.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 91 | 0 | 0.20 | 0.64 | 0 | 40.98 | 1 | 0.68 |
| Hex | FF | CB | 5B | 0 | 14 | 40 | 0 | 29 | 64 | 44 |
| Octal | 377 | 313 | 133 | 0 | 24 | 100 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001011 | 1011011 | 0 | 10100 | 1000000 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCB5B
Complementary color
Monochromatic Colors of #FFCB5B
Black with #FFCB5B
Text Example
Text Example
White with #FFCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB5B; }
p { color: rgb(255,203,91); }
H1.HeaderClassName
{
color: #FFCB5B;
}
.AnyTagClassName
{
color: #FFCB5B;
}
</style>
background-color css
<style>
a { background-color: #FFCB5B; }
a { background-color: rgb(255,203,91); }
div.DivClassName
{
background-color: #FFCB5B;
}
.BgClassName
{
background-color: #FFCB5B;
}
</style>
border-color css
<style>
span { border-color: #FFCB5B; }
span { border-color: rgb(255,203,91); }
td.TdClassName
{
border-color: #FFCB5B;
}
.TagClassName
{
border-color: #FFCB5B;
}
</style>