Shades of Kournikova #FFCB5E
Tints of Kournikova #FFCB5E
RGB
CMYK
RGB Variations
Color information
#FFCB5E (or 0xFFCB5E) is known color: Kournikova. HEX triplet: FF, CB and 5E. RGB value is (255,203,94). Sum of RGB (Red+Green+Blue) = 255+203+94=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB5E is #0034A1. Grayscale: #CECECE. Windows color (decimal): -13474 or 6212607. OLE color: 6212607.
HSL color Cylindrical-coordinate representation of color #FFCB5E: hue angle of 40.62º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFCB5E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 94 | - |
| CMYK | 0 | 0.20 | 0.63 | 0 |
| HSL | 40.62º | 1% | 0.68% | - |
| HSV(B) | 40.62º | 0.63% | 1% | - |
| XYZ | 64.62 | 64.78 | 19.69 | - |
| YUV | 206.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 94 | 0 | 0.20 | 0.63 | 0 | 40.62 | 1 | 0.68 |
| Hex | FF | CB | 5E | 0 | 14 | 3F | 0 | 29 | 64 | 44 |
| Octal | 377 | 313 | 136 | 0 | 24 | 77 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001011 | 1011110 | 0 | 10100 | 111111 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCB5E
Complementary color
Monochromatic Colors of #FFCB5E
Black with #FFCB5E
Text Example
Text Example
White with #FFCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB5E; }
p { color: rgb(255,203,94); }
H1.HeaderClassName
{
color: #FFCB5E;
}
.AnyTagClassName
{
color: #FFCB5E;
}
</style>
background-color css
<style>
a { background-color: #FFCB5E; }
a { background-color: rgb(255,203,94); }
div.DivClassName
{
background-color: #FFCB5E;
}
.BgClassName
{
background-color: #FFCB5E;
}
</style>
border-color css
<style>
span { border-color: #FFCB5E; }
span { border-color: rgb(255,203,94); }
td.TdClassName
{
border-color: #FFCB5E;
}
.TagClassName
{
border-color: #FFCB5E;
}
</style>