Shades of Kournikova #FFCB5D
Tints of Kournikova #FFCB5D
RGB
CMYK
RGB Variations
Color information
#FFCB5D (or 0xFFCB5D) is known color: Kournikova. HEX triplet: FF, CB and 5D. RGB value is (255,203,93). Sum of RGB (Red+Green+Blue) = 255+203+93=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB5D is #0034A2. Grayscale: #CECECE. Windows color (decimal): -13475 or 6147071. OLE color: 6147071.
HSL color Cylindrical-coordinate representation of color #FFCB5D: hue angle of 40.74º 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 #FFCB5D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 93 | - |
| CMYK | 0 | 0.20 | 0.64 | 0 |
| HSL | 40.74º | 1% | 0.68% | - |
| HSV(B) | 40.74º | 0.64% | 1% | - |
| XYZ | 64.57 | 64.76 | 19.45 | - |
| YUV | 206.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 93 | 0 | 0.20 | 0.64 | 0 | 40.74 | 1 | 0.68 |
| Hex | FF | CB | 5D | 0 | 14 | 40 | 0 | 29 | 64 | 44 |
| Octal | 377 | 313 | 135 | 0 | 24 | 100 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001011 | 1011101 | 0 | 10100 | 1000000 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCB5D
Complementary color
Monochromatic Colors of #FFCB5D
Black with #FFCB5D
Text Example
Text Example
White with #FFCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB5D; }
p { color: rgb(255,203,93); }
H1.HeaderClassName
{
color: #FFCB5D;
}
.AnyTagClassName
{
color: #FFCB5D;
}
</style>
background-color css
<style>
a { background-color: #FFCB5D; }
a { background-color: rgb(255,203,93); }
div.DivClassName
{
background-color: #FFCB5D;
}
.BgClassName
{
background-color: #FFCB5D;
}
</style>
border-color css
<style>
span { border-color: #FFCB5D; }
span { border-color: rgb(255,203,93); }
td.TdClassName
{
border-color: #FFCB5D;
}
.TagClassName
{
border-color: #FFCB5D;
}
</style>