Shades of Kournikova #FFCB5A
Tints of Kournikova #FFCB5A
RGB
CMYK
RGB Variations
Color information
#FFCB5A (or 0xFFCB5A) is known color: Kournikova. HEX triplet: FF, CB and 5A. RGB value is (255,203,90). Sum of RGB (Red+Green+Blue) = 255+203+90=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB5A is #0034A5. Grayscale: #CECECE. Windows color (decimal): -13478 or 5950463. OLE color: 5950463.
HSL color Cylindrical-coordinate representation of color #FFCB5A: hue angle of 41.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFCB5A is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 90 | - |
| CMYK | 0 | 0.20 | 0.65 | 0 |
| HSL | 41.09º | 1% | 0.68% | - |
| HSV(B) | 41.09º | 0.65% | 1% | - |
| XYZ | 64.44 | 64.71 | 18.77 | - |
| YUV | 205.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 90 | 0 | 0.20 | 0.65 | 0 | 41.09 | 1 | 0.68 |
| Hex | FF | CB | 5A | 0 | 14 | 41 | 0 | 29 | 64 | 44 |
| Octal | 377 | 313 | 132 | 0 | 24 | 101 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001011 | 1011010 | 0 | 10100 | 1000001 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCB5A
Complementary color
Monochromatic Colors of #FFCB5A
Black with #FFCB5A
Text Example
Text Example
White with #FFCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB5A; }
p { color: rgb(255,203,90); }
H1.HeaderClassName
{
color: #FFCB5A;
}
.AnyTagClassName
{
color: #FFCB5A;
}
</style>
background-color css
<style>
a { background-color: #FFCB5A; }
a { background-color: rgb(255,203,90); }
div.DivClassName
{
background-color: #FFCB5A;
}
.BgClassName
{
background-color: #FFCB5A;
}
</style>
border-color css
<style>
span { border-color: #FFCB5A; }
span { border-color: rgb(255,203,90); }
td.TdClassName
{
border-color: #FFCB5A;
}
.TagClassName
{
border-color: #FFCB5A;
}
</style>