Shades of Kournikova #FFCB55
Tints of Kournikova #FFCB55
RGB
CMYK
RGB Variations
Color information
#FFCB55 (or 0xFFCB55) is known color: Kournikova. HEX triplet: FF, CB and 55. RGB value is (255,203,85). Sum of RGB (Red+Green+Blue) = 255+203+85=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB55 is #0034AA. Grayscale: #CDCDCD. Windows color (decimal): -13483 or 5622783. OLE color: 5622783.
HSL color Cylindrical-coordinate representation of color #FFCB55: hue angle of 41.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCB55 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 85 | - |
| CMYK | 0 | 0.20 | 0.67 | 0 |
| HSL | 41.65º | 1% | 0.67% | - |
| HSV(B) | 41.65º | 0.67% | 1% | - |
| XYZ | 64.24 | 64.63 | 17.68 | - |
| YUV | 205.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 85 | 0 | 0.20 | 0.67 | 0 | 41.65 | 1 | 0.67 |
| Hex | FF | CB | 55 | 0 | 14 | 43 | 0 | 2A | 64 | 43 |
| Octal | 377 | 313 | 125 | 0 | 24 | 103 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001011 | 1010101 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCB55
Complementary color
Monochromatic Colors of #FFCB55
Black with #FFCB55
Text Example
Text Example
White with #FFCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB55; }
p { color: rgb(255,203,85); }
H1.HeaderClassName
{
color: #FFCB55;
}
.AnyTagClassName
{
color: #FFCB55;
}
</style>
background-color css
<style>
a { background-color: #FFCB55; }
a { background-color: rgb(255,203,85); }
div.DivClassName
{
background-color: #FFCB55;
}
.BgClassName
{
background-color: #FFCB55;
}
</style>
border-color css
<style>
span { border-color: #FFCB55; }
span { border-color: rgb(255,203,85); }
td.TdClassName
{
border-color: #FFCB55;
}
.TagClassName
{
border-color: #FFCB55;
}
</style>