Shades of Kournikova #FFCB51
Tints of Kournikova #FFCB51
RGB
CMYK
RGB Variations
Color information
#FFCB51 (or 0xFFCB51) is known color: Kournikova. HEX triplet: FF, CB and 51. RGB value is (255,203,81). Sum of RGB (Red+Green+Blue) = 255+203+81=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB51 is #0034AE. Grayscale: #CDCDCD. Windows color (decimal): -13487 or 5360639. OLE color: 5360639.
HSL color Cylindrical-coordinate representation of color #FFCB51: hue angle of 42.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFCB51 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 81 | - |
| CMYK | 0 | 0.20 | 0.68 | 0 |
| HSL | 42.07º | 1% | 0.66% | - |
| HSV(B) | 42.07º | 0.68% | 1% | - |
| XYZ | 64.08 | 64.57 | 16.87 | - |
| YUV | 204.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 81 | 0 | 0.20 | 0.68 | 0 | 42.07 | 1 | 0.66 |
| Hex | FF | CB | 51 | 0 | 14 | 44 | 0 | 2A | 64 | 42 |
| Octal | 377 | 313 | 121 | 0 | 24 | 104 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001011 | 1010001 | 0 | 10100 | 1000100 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCB51
Complementary color
Monochromatic Colors of #FFCB51
Black with #FFCB51
Text Example
Text Example
White with #FFCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB51; }
p { color: rgb(255,203,81); }
H1.HeaderClassName
{
color: #FFCB51;
}
.AnyTagClassName
{
color: #FFCB51;
}
</style>
background-color css
<style>
a { background-color: #FFCB51; }
a { background-color: rgb(255,203,81); }
div.DivClassName
{
background-color: #FFCB51;
}
.BgClassName
{
background-color: #FFCB51;
}
</style>
border-color css
<style>
span { border-color: #FFCB51; }
span { border-color: rgb(255,203,81); }
td.TdClassName
{
border-color: #FFCB51;
}
.TagClassName
{
border-color: #FFCB51;
}
</style>