Shades of Kournikova #FFCB50
Tints of Kournikova #FFCB50
RGB
CMYK
RGB Variations
Color information
#FFCB50 (or 0xFFCB50) is known color: Kournikova. HEX triplet: FF, CB and 50. RGB value is (255,203,80). Sum of RGB (Red+Green+Blue) = 255+203+80=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB50 is #0034AF. Grayscale: #CDCDCD. Windows color (decimal): -13488 or 5295103. OLE color: 5295103.
HSL color Cylindrical-coordinate representation of color #FFCB50: hue angle of 42.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCB50 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 80 | - |
| CMYK | 0 | 0.20 | 0.69 | 0 |
| HSL | 42.17º | 1% | 0.66% | - |
| HSV(B) | 42.17º | 0.69% | 1% | - |
| XYZ | 64.04 | 64.55 | 16.67 | - |
| YUV | 204.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 80 | 0 | 0.20 | 0.69 | 0 | 42.17 | 1 | 0.66 |
| Hex | FF | CB | 50 | 0 | 14 | 45 | 0 | 2A | 64 | 42 |
| Octal | 377 | 313 | 120 | 0 | 24 | 105 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001011 | 1010000 | 0 | 10100 | 1000101 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCB50
Complementary color
Monochromatic Colors of #FFCB50
Black with #FFCB50
Text Example
Text Example
White with #FFCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB50; }
p { color: rgb(255,203,80); }
H1.HeaderClassName
{
color: #FFCB50;
}
.AnyTagClassName
{
color: #FFCB50;
}
</style>
background-color css
<style>
a { background-color: #FFCB50; }
a { background-color: rgb(255,203,80); }
div.DivClassName
{
background-color: #FFCB50;
}
.BgClassName
{
background-color: #FFCB50;
}
</style>
border-color css
<style>
span { border-color: #FFCB50; }
span { border-color: rgb(255,203,80); }
td.TdClassName
{
border-color: #FFCB50;
}
.TagClassName
{
border-color: #FFCB50;
}
</style>