Shades of Kournikova #FFCB53
Tints of Kournikova #FFCB53
RGB
CMYK
RGB Variations
Color information
#FFCB53 (or 0xFFCB53) is known color: Kournikova. HEX triplet: FF, CB and 53. RGB value is (255,203,83). Sum of RGB (Red+Green+Blue) = 255+203+83=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB53 is #0034AC. Grayscale: #CDCDCD. Windows color (decimal): -13485 or 5491711. OLE color: 5491711.
HSL color Cylindrical-coordinate representation of color #FFCB53: hue angle of 41.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCB53 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 83 | - |
| CMYK | 0 | 0.20 | 0.67 | 0 |
| HSL | 41.86º | 1% | 0.66% | - |
| HSV(B) | 41.86º | 0.67% | 1% | - |
| XYZ | 64.16 | 64.6 | 17.27 | - |
| YUV | 204.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 83 | 0 | 0.20 | 0.67 | 0 | 41.86 | 1 | 0.66 |
| Hex | FF | CB | 53 | 0 | 14 | 43 | 0 | 2A | 64 | 42 |
| Octal | 377 | 313 | 123 | 0 | 24 | 103 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001011 | 1010011 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCB53
Complementary color
Monochromatic Colors of #FFCB53
Black with #FFCB53
Text Example
Text Example
White with #FFCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB53; }
p { color: rgb(255,203,83); }
H1.HeaderClassName
{
color: #FFCB53;
}
.AnyTagClassName
{
color: #FFCB53;
}
</style>
background-color css
<style>
a { background-color: #FFCB53; }
a { background-color: rgb(255,203,83); }
div.DivClassName
{
background-color: #FFCB53;
}
.BgClassName
{
background-color: #FFCB53;
}
</style>
border-color css
<style>
span { border-color: #FFCB53; }
span { border-color: rgb(255,203,83); }
td.TdClassName
{
border-color: #FFCB53;
}
.TagClassName
{
border-color: #FFCB53;
}
</style>