Shades of Turbo #FFCB20
Tints of Turbo #FFCB20
RGB
CMYK
RGB Variations
Color information
#FFCB20 (or 0xFFCB20) is known color: Turbo. HEX triplet: FF, CB and 20. RGB value is (255,203,32). Sum of RGB (Red+Green+Blue) = 255+203+32=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB20 is #0034DF. Grayscale: #C7C7C7. Windows color (decimal): -13536 or 2149375. OLE color: 2149375.
HSL color Cylindrical-coordinate representation of color #FFCB20: hue angle of 46.01º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFCB20 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 32 | - |
| CMYK | 0 | 0.20 | 0.87 | 0 |
| HSL | 46.01º | 1% | 0.56% | - |
| HSV(B) | 46.01º | 0.87% | 1% | - |
| XYZ | 62.86 | 64.08 | 10.42 | - |
| YUV | 199.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 32 | 0 | 0.20 | 0.87 | 0 | 46.01 | 1 | 0.56 |
| Hex | FF | CB | 20 | 0 | 14 | 57 | 0 | 2E | 64 | 38 |
| Octal | 377 | 313 | 40 | 0 | 24 | 127 | 0 | 56 | 144 | 70 |
| Binary | 11111111 | 11001011 | 100000 | 0 | 10100 | 1010111 | 0 | 101110 | 1100100 | 111000 |
Color Harmonies of #FFCB20
Complementary color
Monochromatic Colors of #FFCB20
Black with #FFCB20
Text Example
Text Example
White with #FFCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB20; }
p { color: rgb(255,203,32); }
H1.HeaderClassName
{
color: #FFCB20;
}
.AnyTagClassName
{
color: #FFCB20;
}
</style>
background-color css
<style>
a { background-color: #FFCB20; }
a { background-color: rgb(255,203,32); }
div.DivClassName
{
background-color: #FFCB20;
}
.BgClassName
{
background-color: #FFCB20;
}
</style>
border-color css
<style>
span { border-color: #FFCB20; }
span { border-color: rgb(255,203,32); }
td.TdClassName
{
border-color: #FFCB20;
}
.TagClassName
{
border-color: #FFCB20;
}
</style>