Shades of Turbo #FFCB14
Tints of Turbo #FFCB14
RGB
CMYK
RGB Variations
Color information
#FFCB14 (or 0xFFCB14) is known color: Turbo. HEX triplet: FF, CB and 14. RGB value is (255,203,20). Sum of RGB (Red+Green+Blue) = 255+203+20=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB14 is #0034EB. Grayscale: #C6C6C6. Windows color (decimal): -13548 or 1362943. OLE color: 1362943.
HSL color Cylindrical-coordinate representation of color #FFCB14: hue angle of 46.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFCB14 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0 |
| HSL | 46.72º | 1% | 0.54% | - |
| HSV(B) | 46.72º | 0.92% | 1% | - |
| XYZ | 62.72 | 64.02 | 9.71 | - |
| YUV | 197.69 | 27.73 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 20 | 0 | 0.20 | 0.92 | 0 | 46.72 | 1 | 0.54 |
| Hex | FF | CB | 14 | 0 | 14 | 5C | 0 | 2F | 64 | 36 |
| Octal | 377 | 313 | 24 | 0 | 24 | 134 | 0 | 57 | 144 | 66 |
| Binary | 11111111 | 11001011 | 10100 | 0 | 10100 | 1011100 | 0 | 101111 | 1100100 | 110110 |
Color Harmonies of #FFCB14
Complementary color
Monochromatic Colors of #FFCB14
Black with #FFCB14
Text Example
Text Example
White with #FFCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB14; }
p { color: rgb(255,203,20); }
H1.HeaderClassName
{
color: #FFCB14;
}
.AnyTagClassName
{
color: #FFCB14;
}
</style>
background-color css
<style>
a { background-color: #FFCB14; }
a { background-color: rgb(255,203,20); }
div.DivClassName
{
background-color: #FFCB14;
}
.BgClassName
{
background-color: #FFCB14;
}
</style>
border-color css
<style>
span { border-color: #FFCB14; }
span { border-color: rgb(255,203,20); }
td.TdClassName
{
border-color: #FFCB14;
}
.TagClassName
{
border-color: #FFCB14;
}
</style>